TextParagraph
Inheritance: java.lang.Object
public class TextParagraph
Representerar PUB-textparagraf
Konstruktörer
| Konstruktor | Beskrivning |
|---|---|
| TextParagraph(List | Konstruktor |
Metoder
| Metod | Beskrivning |
|---|---|
| getTextParts() | Textgrupper |
| getStyle() | Stil för stycke |
TextParagraph(List textParts, ParagraphStyle style)
public TextParagraph(List<TextGroup> textParts, ParagraphStyle style)
Konstruktor
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| textParts | java.util.List<com.aspose.pub.TextGroup> | Textgrupper |
| style | ParagraphStyle | Styckeformat |
getTextParts()
public final TextGroup[] getTextParts()
Textgrupper
Returns: com.aspose.pub.TextGroup[] - array av TextGroup-instans
getStyle()
public final ParagraphStyle getStyle()
Stil för stycke
Returns: ParagraphStyle - ParagraphStyle instance