Class PageSegmentDescriptor

java.lang.Object
org.apache.fop.render.afp.PageSegmentDescriptor

class PageSegmentDescriptor extends Object
Class holding information on a page segment.
  • Field Details

  • Constructor Details

    • PageSegmentDescriptor

      public PageSegmentDescriptor(String name, String uri)
      Creates a new page segment descriptor.
      Parameters:
      name - the page segment name
      uri - the URI identifying the external resource file (may be null if the page segment shall be referenced rather than embedded)
  • Method Details

    • getName

      public String getName()
      Returns the name of the page segment (usually 8 upper case letters).
      Returns:
      the name of the page segment
    • getURI

      public String getURI()
      Returns the URI of the external resource containing the page segment.
      Returns:
      the URI of the external resource (or null if the resource is not to be embedded)