com.aspose.cells

Class TextNodeType

  • java.lang.Object
    • com.aspose.cells.TextNodeType
public class TextNodeType 
extends java.lang.Object

Utility class containing constants. Represents the node type.

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

    • Field Detail

      • TEXT_RUN

        public static final int TEXT_RUN
        Represents the text node.
      • TEXT_PARAGRAPH

        public static final int TEXT_PARAGRAPH
        Represents the text paragraph.
      • EQUATION

        public static final int EQUATION
        Represents the equation text.