Class StructElem

java.lang.Object
net.atthegate.server.service.pdf.StructElem

public class StructElem extends Object
Used to specify PDF structure element objects.
  • Field Details

    • SPAN

      public static final String SPAN
      See Also:
    • P

      public static final String P
      See Also:
    • objNumber

      protected int objNumber
    • structure

      protected String structure
    • pageObjNumber

      protected int pageObjNumber
    • mcid

      protected int mcid
    • language

      protected String language
    • altDescription

      protected String altDescription
    • actualText

      protected String actualText
    • annotation

      protected net.atthegate.server.service.pdf.Annotation annotation
  • Constructor Details

    • StructElem

      public StructElem()