java.lang.Object
com.tectonica.jonix.common.struct.JonixPageRun
- All Implemented Interfaces:
JonixStruct
,Serializable
This class is a
JonixStruct
that represents both Onix2 <PageRun>
and Onix3
<PageRun>
.
It can be retrieved from the composite by invoking its asStruct()
method.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JonixPageRun
Raw Format: Variable length alphanumeric, suggested maximum length 20 charactersRaw Format: Variable length alphanumeric, suggested maximum length 20 characters -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
firstPageNumber
Raw Format: Variable length alphanumeric, suggested maximum length 20 characters(type: dt.NonEmptyString)
-
lastPageNumber
Raw Format: Variable length alphanumeric, suggested maximum length 20 characters(type: dt.NonEmptyString)
-
-
Constructor Details
-
JonixPageRun
public JonixPageRun()
-