Class XDDFBodyProperties
- java.lang.Object
-
- org.apache.poi.xddf.usermodel.text.XDDFBodyProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXDDFBodyProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnchorTypegetAnchoring()XDDFAutoFitgetAutoFit()DoublegetBottomInset()XDDFExtensionListgetExtensionList()DoublegetLeftInset()DoublegetRightInset()DoublegetTopInset()protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyPropertiesgetXmlObject()BooleanhasParagraphSpacing()BooleanisAnchorCentered()BooleanisRightToLeft()voidsetAnchorCentered(Boolean centered)voidsetAnchoring(AnchorType anchor)voidsetAutoFit(XDDFAutoFit autofit)voidsetBottomInset(Double points)voidsetExtensionList(XDDFExtensionList list)voidsetLeftInset(Double points)voidsetParagraphSpacing(Boolean spacing)voidsetRightInset(Double points)voidsetRightToLeft(Boolean rightToLeft)voidsetTopInset(Double points)
-
-
-
Constructor Detail
-
XDDFBodyProperties
@Internal protected XDDFBodyProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties properties)
-
-
Method Detail
-
getXmlObject
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties getXmlObject()
-
getAnchoring
public AnchorType getAnchoring()
-
setAnchoring
public void setAnchoring(AnchorType anchor)
-
isAnchorCentered
public Boolean isAnchorCentered()
-
setAnchorCentered
public void setAnchorCentered(Boolean centered)
-
getAutoFit
public XDDFAutoFit getAutoFit()
-
setAutoFit
public void setAutoFit(XDDFAutoFit autofit)
-
getExtensionList
public XDDFExtensionList getExtensionList()
-
setExtensionList
public void setExtensionList(XDDFExtensionList list)
-
getBottomInset
public Double getBottomInset()
-
setBottomInset
public void setBottomInset(Double points)
-
getLeftInset
public Double getLeftInset()
-
setLeftInset
public void setLeftInset(Double points)
-
getRightInset
public Double getRightInset()
-
setRightInset
public void setRightInset(Double points)
-
getTopInset
public Double getTopInset()
-
setTopInset
public void setTopInset(Double points)
-
hasParagraphSpacing
public Boolean hasParagraphSpacing()
-
setParagraphSpacing
public void setParagraphSpacing(Boolean spacing)
-
isRightToLeft
public Boolean isRightToLeft()
-
setRightToLeft
public void setRightToLeft(Boolean rightToLeft)
-
-