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