asposecells.api

Class TextNodeType

Utility class containing constants. Represents the node type.

Field Summary
const  intTEXT_RUN
Represents the text node.
const  intTEXT_PARAGRAPH
Represents the text paragraph.
const  intEQUATION
Represents the equation text.
 

    • Field Detail

      • TEXT_RUN

        const int TEXT_RUN
        Represents the text node.
      • TEXT_PARAGRAPH

        const int TEXT_PARAGRAPH
        Represents the text paragraph.
      • EQUATION

        const int EQUATION
        Represents the equation text.