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 java.lang.String |
DEFAULT_PAGE_HEIGHT
Defines the default page-height
|
static java.lang.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 |
---|---|
java.net.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.
|
java.util.Map<java.lang.String,java.lang.String> |
getHyphenationPatternNames() |
InternalResourceResolver |
getHyphenationResourceResolver() |
java.util.Set<java.lang.String> |
getIgnoredNamespaces() |
org.apache.xmlgraphics.image.loader.ImageManager |
getImageManager()
Returns the image manager.
|
LayoutManagerMaker |
getLayoutManagerMakerOverride()
Returns the overriding LayoutManagerMaker instance, if any.
|
java.lang.String |
getPageHeight()
Gets the default page-height to use as fallback,
in case page-height="auto"
|
java.lang.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() |
org.apache.avalon.framework.configuration.Configuration |
getUserConfig()
Returns the Avalon
Configuration object. |
boolean |
isAccessibilityEnabled()
Whether accessibility features are switched on.
|
boolean |
isBreakIndentInheritanceOnReferenceAreaBoundary() |
boolean |
isComplexScriptFeaturesEnabled() |
boolean |
isNamespaceIgnored(java.lang.String namespace)
Indicates whether a namespace URI is on the ignored list.
|
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 java.lang.String DEFAULT_PAGE_WIDTH
static final java.lang.String DEFAULT_PAGE_HEIGHT
static final float DEFAULT_SOURCE_RESOLUTION
static final float DEFAULT_TARGET_RESOLUTION
boolean isAccessibilityEnabled()
LayoutManagerMaker getLayoutManagerMakerOverride()
org.apache.xmlgraphics.io.ResourceResolver getResourceResolver()
java.net.URI getBaseURI()
boolean validateStrictly()
boolean validateUserConfigStrictly()
boolean isBreakIndentInheritanceOnReferenceAreaBoundary()
float getSourceResolution()
float getTargetResolution()
java.lang.String getPageHeight()
java.lang.String getPageWidth()
java.util.Set<java.lang.String> getIgnoredNamespaces()
boolean isNamespaceIgnored(java.lang.String namespace)
namespace
- the namespace URIorg.apache.avalon.framework.configuration.Configuration getUserConfig()
Configuration
object.boolean preferRenderer()
RendererFactory.isRendererPreferred()
FontManager getFontManager()
org.apache.xmlgraphics.image.loader.ImageManager getImageManager()
boolean isComplexScriptFeaturesEnabled()
java.util.Map<java.lang.String,java.lang.String> getHyphenationPatternNames()
InternalResourceResolver getHyphenationResourceResolver()
org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.FallbackResolver getFallbackResolver()
Source
used for resources couldn't be read.Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.