Package org.apache.fop.render.afp
Class PageSegmentDescriptor
java.lang.Object
org.apache.fop.render.afp.PageSegmentDescriptor
Class holding information on a page segment.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPageSegmentDescriptor
(String name, String uri) Creates a new page segment descriptor. -
Method Summary
-
Field Details
-
name
-
uri
-
-
Constructor Details
-
PageSegmentDescriptor
Creates a new page segment descriptor.- Parameters:
name
- the page segment nameuri
- the URI identifying the external resource file (may be null if the page segment shall be referenced rather than embedded)
-
-
Method Details
-
getName
Returns the name of the page segment (usually 8 upper case letters).- Returns:
- the name of the page segment
-
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)
-