Interface StaticContent

    • Field Detail

      • COUNTER_CONTENT

        static final int COUNTER_CONTENT
        Counter content type.
        See Also:
        Constant Field Values
      • COUNTERS_CONTENT

        static final int COUNTERS_CONTENT
        Counters content type.
        See Also:
        Constant Field Values
      • EDITOR_CONTENT

        static final int EDITOR_CONTENT
        Content type for form controls..
        See Also:
        Constant Field Values
      • LABEL_CONTENT

        static final int LABEL_CONTENT
        Content type for a label. Allows styling.
        See Also:
        Constant Field Values
      • LEADER_CONTENT

        static final int LEADER_CONTENT
        Content type for the CSS leader(). This is used only in the CSS to FO converter.
        See Also:
        Constant Field Values
      • TARGET_COUNTER_CONTENT

        static final int TARGET_COUNTER_CONTENT
        Content type for the CSS target-counter(). This is used only in the CSS to FO converter.
        See Also:
        Constant Field Values
      • TARGET_COUNTERS_CONTENT

        static final int TARGET_COUNTERS_CONTENT
        Content type for the CSS target-counters(). This is used only in the CSS to FO converter.
        See Also:
        Constant Field Values
      • CONTENT_CONTENT

        static final int CONTENT_CONTENT
        Content type for the CSS content() from the string-set property. This is used only in the CSS to FO converter.
        See Also:
        Constant Field Values
      • STRING_FUNCTION_CONTENT

        static final int STRING_FUNCTION_CONTENT
        The equivalent of a 'string' function, it is used to extract the value of a named string defined by a 'string-set' property. This is used only in the CSS to FO converter.
        See Also:
        Constant Field Values
    • Method Detail

      • getType

        int getType()
        Gets the content type.
        Returns:
        The content type.