public interface FopFactoryConfig
FopFactory
instance.Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_BREAK_INDENT_INHERITANCE
Defines if FOP should use an alternative rule to determine text indents
|
static String |
DEFAULT_PAGE_HEIGHT
Defines the default page-height
|
static String |
DEFAULT_PAGE_WIDTH
Defines the default page-width
|
static float |
DEFAULT_SOURCE_RESOLUTION
Defines the default source resolution (72dpi) for FOP
|
static boolean |
DEFAULT_STRICT_FO_VALIDATION
Defines if FOP should use strict validation for FO and user config
|
static boolean |
DEFAULT_STRICT_USERCONFIG_VALIDATION
Defines if FOP should validate the user config strictly
|
static float |
DEFAULT_TARGET_RESOLUTION
Defines the default target resolution (72dpi) for FOP
|
Modifier and Type | Method and Description |
---|---|
URI |
getBaseURI()
The base URI from which URIs are resolved against.
|
org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.FallbackResolver |
getFallbackResolver()
Controls the mechanisms that are used in the event that
Source
used for resources couldn't be read. |
FontManager |
getFontManager()
Returns the font manager.
|
Map<String,String> |
getHyphenationPatternNames() |
InternalResourceResolver |
getHyphenationResourceResolver() |
Set<String> |
getIgnoredNamespaces() |
org.apache.xmlgraphics.image.loader.ImageManager |
getImageManager()
Returns the image manager.
|
LayoutManagerMaker |
getLayoutManagerMakerOverride()
Returns the overriding LayoutManagerMaker instance, if any.
|
String |
getPageHeight()
Gets the default page-height to use as fallback,
in case page-height="auto"
|
String |
getPageWidth()
Gets the default page-width to use as fallback,
in case page-width="auto"
|
org.apache.xmlgraphics.io.ResourceResolver |
getResourceResolver()
The URI resolver used through-out FOP for controlling all file access.
|
float |
getSourceResolution() |
float |
getTargetResolution() |
Configuration |
getUserConfig()
Returns the Avalon
Configuration object. |
boolean |
isAccessibilityEnabled()
Whether accessibility features are switched on.
|
boolean |
isBreakIndentInheritanceOnReferenceAreaBoundary() |
boolean |
isComplexScriptFeaturesEnabled() |
boolean |
isKeepEmptyTags() |
boolean |
isLegacyFoWrapper() |
boolean |
isLegacyLastPageChangeIPD() |
boolean |
isLegacySkipPagePositionOnly() |
boolean |
isNamespaceIgnored(String namespace)
Indicates whether a namespace URI is on the ignored list.
|
boolean |
isSimpleLineBreaking() |
boolean |
isSkipPagePositionOnlyAllowed() |
boolean |
isStaticRegionsPerPageForAccessibility() |
boolean |
isTableBorderOverpaint() |
boolean |
preferRenderer() |
boolean |
validateStrictly()
Returns whether FOP is strictly validating input XSL
|
boolean |
validateUserConfigStrictly()
Is the user configuration to be validated?
|
static final boolean DEFAULT_BREAK_INDENT_INHERITANCE
static final boolean DEFAULT_STRICT_USERCONFIG_VALIDATION
static final boolean DEFAULT_STRICT_FO_VALIDATION
static final String DEFAULT_PAGE_WIDTH
static final String DEFAULT_PAGE_HEIGHT
static final float DEFAULT_SOURCE_RESOLUTION
static final float DEFAULT_TARGET_RESOLUTION
boolean isAccessibilityEnabled()
boolean isStaticRegionsPerPageForAccessibility()
boolean isKeepEmptyTags()
LayoutManagerMaker getLayoutManagerMakerOverride()
org.apache.xmlgraphics.io.ResourceResolver getResourceResolver()
URI getBaseURI()
boolean validateStrictly()
boolean validateUserConfigStrictly()
boolean isBreakIndentInheritanceOnReferenceAreaBoundary()
float getSourceResolution()
float getTargetResolution()
String getPageHeight()
String getPageWidth()
Set<String> getIgnoredNamespaces()
boolean isNamespaceIgnored(String namespace)
namespace
- the namespace URIConfiguration getUserConfig()
Configuration
object.boolean preferRenderer()
RendererFactory.isRendererPreferred()
FontManager getFontManager()
org.apache.xmlgraphics.image.loader.ImageManager getImageManager()
boolean isComplexScriptFeaturesEnabled()
boolean isTableBorderOverpaint()
boolean isSimpleLineBreaking()
boolean isSkipPagePositionOnlyAllowed()
boolean isLegacySkipPagePositionOnly()
boolean isLegacyLastPageChangeIPD()
boolean isLegacyFoWrapper()
Map<String,String> getHyphenationPatternNames()
InternalResourceResolver getHyphenationResourceResolver()
org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.FallbackResolver getFallbackResolver()
Source
used for resources couldn't be read.Copyright © 2025 Apache Software Foundation. All rights reserved.