Java org.apache.poi.xslf.usermodel XSLFTextParagraph fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xslf.usermodel XSLFTextParagraph fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xslf.usermodel XSLFTextParagraph.

The text is from its open source code.

Method

XSLFTextRunaddLineBreak()
Insert a line break
XSLFTextRunaddNewTextRun()
Add a new run of text
StringgetBulletCharacter()
StringgetDefaultFontFamily()
intgetIndentLevel()
StringgetText()
TextAligngetTextAlign()
ListgetTextRuns()
booleanisBullet()
Returns whether this paragraph has bullets
voidsetBullet(boolean flag)
voidsetBulletAutoNumber(AutoNumberingScheme scheme, int startAt)
Specifies that automatic numbered bullet points should be applied to this paragraph
voidsetBulletCharacter(String str)
voidsetBulletFont(String typeface)
voidsetBulletFontColor(Color color)
voidsetBulletFontColor(PaintStyle color)
Set the color to be used on bullet characters within a given paragraph.
voidsetIndent(Double indent)
voidsetLeftMargin(Double leftMargin)
voidsetSpaceAfter(Double spaceAfter)
voidsetSpaceBefore(Double spaceBefore)
voidsetTextAlign(TextAlign align)