ShapePosition
Inheritance: java.lang.Object
public final class ShapePosition
Specifies shape position in the document layout
Fields
Field | Description |
---|---|
Default | Shape presents in the document body |
Header | Shape presents in the document header |
Footer | Shape presents in the document footer |
Default
public static final int Default
Shape presents in the document body
Header
public static final int Header
Shape presents in the document header
Footer
public static final int Footer
Shape presents in the document footer