public class Paragraph extends ResourceBase
Modifier and Type | Class and Description |
---|---|
static class |
Paragraph.AlignmentEnum
Text alignment.
|
static class |
Paragraph.BulletTypeEnum
Bullet type.
|
static class |
Paragraph.EastAsianLineBreakEnum
True if East Asian line break is used with the paragraph.
|
static class |
Paragraph.FontAlignmentEnum
Font alignment.
|
static class |
Paragraph.HangingPunctuationEnum
True if hanging punctuation is used with the paragraph.
|
static class |
Paragraph.LatinLineBreakEnum
True if Latin line break is used with the paragraph.
|
static class |
Paragraph.NumberedBulletStyleEnum
Numbered bullet style.
|
static class |
Paragraph.RightToLeftEnum
True if right to left direction is used with the paragraph.
|
Constructor and Description |
---|
Paragraph() |
getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public Double getMarginLeft()
public void setMarginLeft(Double marginLeft)
public Double getMarginRight()
public void setMarginRight(Double marginRight)
public Double getSpaceBefore()
public void setSpaceBefore(Double spaceBefore)
public Double getSpaceAfter()
public void setSpaceAfter(Double spaceAfter)
public Double getSpaceWithin()
public void setSpaceWithin(Double spaceWithin)
public Double getIndent()
public void setIndent(Double indent)
public Paragraph alignment(Paragraph.AlignmentEnum alignment)
public Paragraph.AlignmentEnum getAlignment()
public void setAlignment(Paragraph.AlignmentEnum alignment)
public Paragraph fontAlignment(Paragraph.FontAlignmentEnum fontAlignment)
public Paragraph.FontAlignmentEnum getFontAlignment()
public void setFontAlignment(Paragraph.FontAlignmentEnum fontAlignment)
public Double getDefaultTabSize()
public void setDefaultTabSize(Double defaultTabSize)
public Integer getDepth()
public void setDepth(Integer depth)
public Paragraph hangingPunctuation(Paragraph.HangingPunctuationEnum hangingPunctuation)
public Paragraph.HangingPunctuationEnum getHangingPunctuation()
public void setHangingPunctuation(Paragraph.HangingPunctuationEnum hangingPunctuation)
public Paragraph eastAsianLineBreak(Paragraph.EastAsianLineBreakEnum eastAsianLineBreak)
public Paragraph.EastAsianLineBreakEnum getEastAsianLineBreak()
public void setEastAsianLineBreak(Paragraph.EastAsianLineBreakEnum eastAsianLineBreak)
public Paragraph latinLineBreak(Paragraph.LatinLineBreakEnum latinLineBreak)
public Paragraph.LatinLineBreakEnum getLatinLineBreak()
public void setLatinLineBreak(Paragraph.LatinLineBreakEnum latinLineBreak)
public Paragraph rightToLeft(Paragraph.RightToLeftEnum rightToLeft)
public Paragraph.RightToLeftEnum getRightToLeft()
public void setRightToLeft(Paragraph.RightToLeftEnum rightToLeft)
public Paragraph defaultPortionFormat(PortionFormat defaultPortionFormat)
public PortionFormat getDefaultPortionFormat()
public void setDefaultPortionFormat(PortionFormat defaultPortionFormat)
public String getBulletChar()
public void setBulletChar(String bulletChar)
public Double getBulletHeight()
public void setBulletHeight(Double bulletHeight)
public Paragraph bulletType(Paragraph.BulletTypeEnum bulletType)
public Paragraph.BulletTypeEnum getBulletType()
public void setBulletType(Paragraph.BulletTypeEnum bulletType)
public Integer getNumberedBulletStartWith()
public void setNumberedBulletStartWith(Integer numberedBulletStartWith)
public Paragraph numberedBulletStyle(Paragraph.NumberedBulletStyleEnum numberedBulletStyle)
public Paragraph.NumberedBulletStyleEnum getNumberedBulletStyle()
public void setNumberedBulletStyle(Paragraph.NumberedBulletStyleEnum numberedBulletStyle)
public Paragraph bulletFillFormat(FillFormat bulletFillFormat)
public FillFormat getBulletFillFormat()
public void setBulletFillFormat(FillFormat bulletFillFormat)
public boolean equals(Object o)
equals
in class ResourceBase
public int hashCode()
hashCode
in class ResourceBase
public String toString()
toString
in class ResourceBase
Copyright © 2023. All rights reserved.