TextParagraph
Inheritance: java.lang.Object
public class TextParagraph
Rappresenta il paragrafo di testo PUB
Costruttori
| Constructor | Descrizione |
|---|---|
| TextParagraph(List | Constructor |
Metodi
| Metodo | Descrizione |
|---|---|
| getTextParts() | Gruppi di testo |
| getStyle() | Stile del paragrafo |
TextParagraph(List textParts, ParagraphStyle style)
public TextParagraph(List<TextGroup> textParts, ParagraphStyle style)
Constructor
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| textParts | java.util.List<com.aspose.pub.TextGroup> | Gruppi di testo |
| style | ParagraphStyle | Stile del paragrafo |
getTextParts()
public final TextGroup[] getTextParts()
Gruppi di testo
Returns: com.aspose.pub.TextGroup[] - array di istanze TextGroup
getStyle()
public final ParagraphStyle getStyle()
Stile del paragrafo
Returns: ParagraphStyle - ParagraphStyle instance