Class AFPPageSegmentElement.AFPPageSegmentSetup

All Implemented Interfaces:
Serializable, ExtensionAttachment, org.apache.xmlgraphics.util.XMLizable
Enclosing class:
AFPPageSegmentElement

public static class AFPPageSegmentElement.AFPPageSegmentSetup extends AFPPageSetup
This is the pass-through value object for the AFP extension.
See Also:
  • Constructor Details

    • AFPPageSegmentSetup

      public AFPPageSegmentSetup(String elementName)
      Default constructor.
      Parameters:
      elementName - the name of the setup code object, may be null
  • Method Details

    • getResourceSrc

      public String getResourceSrc()
      Returns the source URI for the page segment.
      Returns:
      the source URI
    • setResourceSrc

      public void setResourceSrc(String resourceSrc)
      Sets the source URI for the page segment.
      Parameters:
      resourceSrc - the source URI
    • toSAX

      public void toSAX(ContentHandler handler) throws SAXException
      Specified by:
      toSAX in interface org.apache.xmlgraphics.util.XMLizable
      Overrides:
      toSAX in class AFPPageSetup
      Throws:
      SAXException
    • toString

      public String toString()
      Overrides:
      toString in class AFPPageSetup