Module jonix.common

Class JonixPageRun

java.lang.Object
com.tectonica.jonix.common.struct.JonixPageRun
All Implemented Interfaces:
JonixStruct, Serializable

public class JonixPageRun extends Object implements 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 Details

    • EMPTY

      public static final JonixPageRun EMPTY
    • firstPageNumber

      public String firstPageNumber
      Raw Format: Variable length alphanumeric, suggested maximum length 20 characters

      (type: dt.NonEmptyString)

    • lastPageNumber

      public String lastPageNumber
      Raw Format: Variable length alphanumeric, suggested maximum length 20 characters

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixPageRun

      public JonixPageRun()