com.spire.doc.pages
Enum LayoutElementType

java.lang.Object
  extended by java.lang.Enum<LayoutElementType>
      extended by com.spire.doc.pages.LayoutElementType
All Implemented Interfaces:
java.lang.Comparable<LayoutElementType>

public enum LayoutElementType
extends java.lang.Enum<LayoutElementType>


Enum Constant Summary
Cell
           
Column
           
Comment
           
Endnote
           
Footnote
           
HeaderFooter
           
Line
           
None
           
NoteSeparator
           
Page
           
Row
           
Span
           
TextBox
           
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

None

public static final LayoutElementType None

Page

public static final LayoutElementType Page

Column

public static final LayoutElementType Column

Row

public static final LayoutElementType Row

Cell

public static final LayoutElementType Cell

Line

public static final LayoutElementType Line

Span

public static final LayoutElementType Span

Footnote

public static final LayoutElementType Footnote

Endnote

public static final LayoutElementType Endnote

HeaderFooter

public static final LayoutElementType HeaderFooter

TextBox

public static final LayoutElementType TextBox

Comment

public static final LayoutElementType Comment

NoteSeparator

public static final LayoutElementType NoteSeparator
Method Detail

getValue

public int getValue()