TextParagraph
Inheritance: java.lang.Object
public class TextParagraph
Représente le paragraphe de texte PUB
Constructeurs
| Constructor | Description |
|---|---|
| TextParagraph(List | Constructor |
Méthodes
| Méthode | Description |
|---|---|
| getTextParts() | Groupes de texte |
| getStyle() | Style du paragraphe |
TextParagraph(List textParts, ParagraphStyle style)
public TextParagraph(List<TextGroup> textParts, ParagraphStyle style)
Constructor
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| textParts | java.util.List<com.aspose.pub.TextGroup> | Groupes de texte |
| style | ParagraphStyle | Style du paragraphe |
getTextParts()
public final TextGroup[] getTextParts()
Groupes de texte
Returns: com.aspose.pub.TextGroup[] - tableau d’instances TextGroup
getStyle()
public final ParagraphStyle getStyle()
Style du paragraphe
Returns: ParagraphStyle - ParagraphStyle instance