Class CGPDFTagType


  • public final class CGPDFTagType
    extends java.lang.Object
    All CGPDFTagType reflect official "Role Types" defined in the Adobe Portable Document Format Version 1.7 November 2006. The enums below are defined between pages 899 to 912.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Annotation
      Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
      static int Art
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Bibliography
      Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
      static int BlockQuote
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Caption
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Code
      Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
      static int Div
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Document
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Figure
      Page 912, TABLE 10.27 Standard structure types for illustration elements
      static int Form
      Page 912, TABLE 10.27 Standard structure types for illustration elements
      static int Formula
      Page 912, TABLE 10.27 Standard structure types for illustration elements
      static int Header
      Paragraph like elements
      static int Header1
      Paragraph like elements
      static int Header2
      Paragraph like elements
      static int Header3
      Paragraph like elements
      static int Header4
      Paragraph like elements
      static int Header5
      Paragraph like elements
      static int Header6
      Paragraph like elements
      static int Index
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Label
      List elements
      static int Link
      Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
      static int List
      List elements
      static int ListBody
      List elements
      static int ListItem
      List elements
      static int NonStructure
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Note
      Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
      static int Paragraph
      Paragraph like elements
      static int Part
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Private
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Quote
      Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
      static int Reference
      Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
      static int Ruby
      Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
      static int RubyAnnotationText
      Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
      static int RubyBaseText
      Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
      static int RubyPunctuation
      Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
      static int Section
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Span
      Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
      static int Table
      Table element
      static int TableBody
      Table element
      static int TableDataCell
      Table element
      static int TableFooter
      Table element
      static int TableHeader
      Table element
      static int TableHeaderCell
      Table element
      static int TableRow
      Table element
      static int TOC
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int TOCI
      Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
      static int Warichu
      Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
      static int WarichuPunctiation
      Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
      static int WarichuText
      Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Document

        public static final int Document
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • Part

        public static final int Part
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • Art

        public static final int Art
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • Section

        public static final int Section
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • Div

        public static final int Div
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • BlockQuote

        public static final int BlockQuote
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • Caption

        public static final int Caption
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • TOC

        public static final int TOC
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • TOCI

        public static final int TOCI
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • Index

        public static final int Index
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • NonStructure

        public static final int NonStructure
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • Private

        public static final int Private
        Page 899 - 901, TABLE 10.20 Standard structure types for grouping elements
        See Also:
        Constant Field Values
      • Span

        public static final int Span
        Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
        See Also:
        Constant Field Values
      • Quote

        public static final int Quote
        Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
        See Also:
        Constant Field Values
      • Note

        public static final int Note
        Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
        See Also:
        Constant Field Values
      • Reference

        public static final int Reference
        Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
        See Also:
        Constant Field Values
      • Bibliography

        public static final int Bibliography
        Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
        See Also:
        Constant Field Values
      • Code

        public static final int Code
        Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
        See Also:
        Constant Field Values
      • Link

        public static final int Link
        Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
        See Also:
        Constant Field Values
      • Annotation

        public static final int Annotation
        Page 905, TABLE 10.25 Standard structure types for inline-level structure elements
        See Also:
        Constant Field Values
      • Ruby

        public static final int Ruby
        Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
        See Also:
        Constant Field Values
      • RubyBaseText

        public static final int RubyBaseText
        Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
        See Also:
        Constant Field Values
      • RubyAnnotationText

        public static final int RubyAnnotationText
        Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
        See Also:
        Constant Field Values
      • RubyPunctuation

        public static final int RubyPunctuation
        Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
        See Also:
        Constant Field Values
      • Warichu

        public static final int Warichu
        Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
        See Also:
        Constant Field Values
      • WarichuText

        public static final int WarichuText
        Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
        See Also:
        Constant Field Values
      • WarichuPunctiation

        public static final int WarichuPunctiation
        Page 911, TABLE 10.26 Standard structure types for Ruby and Warichu elements (PDF 1.5)
        See Also:
        Constant Field Values
      • Figure

        public static final int Figure
        Page 912, TABLE 10.27 Standard structure types for illustration elements
        See Also:
        Constant Field Values
      • Formula

        public static final int Formula
        Page 912, TABLE 10.27 Standard structure types for illustration elements
        See Also:
        Constant Field Values
      • Form

        public static final int Form
        Page 912, TABLE 10.27 Standard structure types for illustration elements
        See Also:
        Constant Field Values