Interface CTPageBorders
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPageBorders extends XmlObject
An XML CT_PageBorders(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTPageBorders>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTBottomPageBorderaddNewBottom()Appends and returns a new empty "bottom" elementCTPageBorderaddNewLeft()Appends and returns a new empty "left" elementCTPageBorderaddNewRight()Appends and returns a new empty "right" elementCTTopPageBorderaddNewTop()Appends and returns a new empty "top" elementCTBottomPageBordergetBottom()Gets the "bottom" elementSTPageBorderDisplay.EnumgetDisplay()Gets the "display" attributeCTPageBordergetLeft()Gets the "left" elementSTPageBorderOffset.EnumgetOffsetFrom()Gets the "offsetFrom" attributeCTPageBordergetRight()Gets the "right" elementCTTopPageBordergetTop()Gets the "top" elementSTPageBorderZOrder.EnumgetZOrder()Gets the "zOrder" attributebooleanisSetBottom()True if has "bottom" elementbooleanisSetDisplay()True if has "display" attributebooleanisSetLeft()True if has "left" elementbooleanisSetOffsetFrom()True if has "offsetFrom" attributebooleanisSetRight()True if has "right" elementbooleanisSetTop()True if has "top" elementbooleanisSetZOrder()True if has "zOrder" attributevoidsetBottom(CTBottomPageBorder bottom)Sets the "bottom" elementvoidsetDisplay(STPageBorderDisplay.Enum display)Sets the "display" attributevoidsetLeft(CTPageBorder left)Sets the "left" elementvoidsetOffsetFrom(STPageBorderOffset.Enum offsetFrom)Sets the "offsetFrom" attributevoidsetRight(CTPageBorder right)Sets the "right" elementvoidsetTop(CTTopPageBorder top)Sets the "top" elementvoidsetZOrder(STPageBorderZOrder.Enum zOrder)Sets the "zOrder" attributevoidunsetBottom()Unsets the "bottom" elementvoidunsetDisplay()Unsets the "display" attributevoidunsetLeft()Unsets the "left" elementvoidunsetOffsetFrom()Unsets the "offsetFrom" attributevoidunsetRight()Unsets the "right" elementvoidunsetTop()Unsets the "top" elementvoidunsetZOrder()Unsets the "zOrder" attributeSTPageBorderDisplayxgetDisplay()Gets (as xml) the "display" attributeSTPageBorderOffsetxgetOffsetFrom()Gets (as xml) the "offsetFrom" attributeSTPageBorderZOrderxgetZOrder()Gets (as xml) the "zOrder" attributevoidxsetDisplay(STPageBorderDisplay display)Sets (as xml) the "display" attributevoidxsetOffsetFrom(STPageBorderOffset offsetFrom)Sets (as xml) the "offsetFrom" attributevoidxsetZOrder(STPageBorderZOrder zOrder)Sets (as xml) the "zOrder" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTPageBorders> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getTop
CTTopPageBorder getTop()
Gets the "top" element
-
isSetTop
boolean isSetTop()
True if has "top" element
-
setTop
void setTop(CTTopPageBorder top)
Sets the "top" element
-
addNewTop
CTTopPageBorder addNewTop()
Appends and returns a new empty "top" element
-
unsetTop
void unsetTop()
Unsets the "top" element
-
getLeft
CTPageBorder getLeft()
Gets the "left" element
-
isSetLeft
boolean isSetLeft()
True if has "left" element
-
setLeft
void setLeft(CTPageBorder left)
Sets the "left" element
-
addNewLeft
CTPageBorder addNewLeft()
Appends and returns a new empty "left" element
-
unsetLeft
void unsetLeft()
Unsets the "left" element
-
getBottom
CTBottomPageBorder getBottom()
Gets the "bottom" element
-
isSetBottom
boolean isSetBottom()
True if has "bottom" element
-
setBottom
void setBottom(CTBottomPageBorder bottom)
Sets the "bottom" element
-
addNewBottom
CTBottomPageBorder addNewBottom()
Appends and returns a new empty "bottom" element
-
unsetBottom
void unsetBottom()
Unsets the "bottom" element
-
getRight
CTPageBorder getRight()
Gets the "right" element
-
isSetRight
boolean isSetRight()
True if has "right" element
-
setRight
void setRight(CTPageBorder right)
Sets the "right" element
-
addNewRight
CTPageBorder addNewRight()
Appends and returns a new empty "right" element
-
unsetRight
void unsetRight()
Unsets the "right" element
-
getZOrder
STPageBorderZOrder.Enum getZOrder()
Gets the "zOrder" attribute
-
xgetZOrder
STPageBorderZOrder xgetZOrder()
Gets (as xml) the "zOrder" attribute
-
isSetZOrder
boolean isSetZOrder()
True if has "zOrder" attribute
-
setZOrder
void setZOrder(STPageBorderZOrder.Enum zOrder)
Sets the "zOrder" attribute
-
xsetZOrder
void xsetZOrder(STPageBorderZOrder zOrder)
Sets (as xml) the "zOrder" attribute
-
unsetZOrder
void unsetZOrder()
Unsets the "zOrder" attribute
-
getDisplay
STPageBorderDisplay.Enum getDisplay()
Gets the "display" attribute
-
xgetDisplay
STPageBorderDisplay xgetDisplay()
Gets (as xml) the "display" attribute
-
isSetDisplay
boolean isSetDisplay()
True if has "display" attribute
-
setDisplay
void setDisplay(STPageBorderDisplay.Enum display)
Sets the "display" attribute
-
xsetDisplay
void xsetDisplay(STPageBorderDisplay display)
Sets (as xml) the "display" attribute
-
unsetDisplay
void unsetDisplay()
Unsets the "display" attribute
-
getOffsetFrom
STPageBorderOffset.Enum getOffsetFrom()
Gets the "offsetFrom" attribute
-
xgetOffsetFrom
STPageBorderOffset xgetOffsetFrom()
Gets (as xml) the "offsetFrom" attribute
-
isSetOffsetFrom
boolean isSetOffsetFrom()
True if has "offsetFrom" attribute
-
setOffsetFrom
void setOffsetFrom(STPageBorderOffset.Enum offsetFrom)
Sets the "offsetFrom" attribute
-
xsetOffsetFrom
void xsetOffsetFrom(STPageBorderOffset offsetFrom)
Sets (as xml) the "offsetFrom" attribute
-
unsetOffsetFrom
void unsetOffsetFrom()
Unsets the "offsetFrom" attribute
-
-