Class AFPPageSegmentElement.AFPPageSegmentSetup
java.lang.Object
org.apache.fop.render.afp.extensions.AFPExtensionAttachment
org.apache.fop.render.afp.extensions.AFPPageSetup
org.apache.fop.render.afp.extensions.AFPPageSegmentElement.AFPPageSegmentSetup
- All Implemented Interfaces:
Serializable, ExtensionAttachment, org.apache.xmlgraphics.util.XMLizable
- Enclosing class:
AFPPageSegmentElement
This is the pass-through value object for the AFP extension.
- See Also:
-
Field Summary
FieldsFields inherited from class AFPPageSetup
ATT_ENCODING, ATT_PLACEMENT, ATT_VALUE, content, encoding, placement, valueFields inherited from class AFPExtensionAttachment
ATT_NAME, CATEGORY, elementName, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the source URI for the page segment.voidsetResourceSrc(String resourceSrc) Sets the source URI for the page segment.voidtoSAX(ContentHandler handler) toString()Methods inherited from class AFPPageSetup
getContent, getEncoding, getPlacement, getValue, setContent, setEncoding, setPlacement, setValueMethods inherited from class AFPExtensionAttachment
getCategory, getElementName, getName, hasName, setName
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
resourceSrc
-
-
Constructor Details
-
AFPPageSegmentSetup
Default constructor.- Parameters:
elementName- the name of the setup code object, may be null
-
-
Method Details
-
getResourceSrc
-
setResourceSrc
Sets the source URI for the page segment.- Parameters:
resourceSrc- the source URI
-
toSAX
- Specified by:
toSAXin interfaceorg.apache.xmlgraphics.util.XMLizable- Overrides:
toSAXin classAFPPageSetup- Throws:
SAXException
-
toString
- Overrides:
toStringin classAFPPageSetup
-