@Beta public class XDDFParagraphProperties extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
XDDFParagraphProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties properties) |
@Internal protected XDDFParagraphProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties properties)
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties getXmlObject()
public XDDFParagraphBulletProperties getBulletProperties()
public int getLevel()
public void setLevel(java.lang.Integer level)
public XDDFRunProperties addDefaultRunProperties()
public XDDFRunProperties getDefaultRunProperties()
public void setDefaultRunProperties(XDDFRunProperties properties)
public void setEastAsianLineBreak(java.lang.Boolean value)
public void setLatinLineBreak(java.lang.Boolean value)
public void setHangingPunctuation(java.lang.Boolean value)
public void setRightToLeft(java.lang.Boolean value)
public void setFontAlignment(FontAlignment align)
public void setTextAlignment(TextAlignment align)
public void setDefaultTabSize(java.lang.Double points)
public void setIndentation(java.lang.Double points)
public void setMarginLeft(java.lang.Double points)
public void setMarginRight(java.lang.Double points)
public void setLineSpacing(XDDFSpacing spacing)
public void setSpaceAfter(XDDFSpacing spacing)
public void setSpaceBefore(XDDFSpacing spacing)
public XDDFTabStop addTabStop()
public XDDFTabStop insertTabStop(int index)
public void removeTabStop(int index)
public XDDFTabStop getTabStop(int index)
public java.util.List<XDDFTabStop> getTabStops()
public int countTabStops()
public XDDFExtensionList getExtensionList()
public void setExtensionList(XDDFExtensionList list)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.