TextParagraph

Inheritance: java.lang.Object

public class TextParagraph

Représente le paragraphe de texte PUB

Constructeurs

ConstructorDescription
TextParagraph(List textParts, ParagraphStyle style)Constructor

Méthodes

MéthodeDescription
getTextParts()Groupes de texte
getStyle()Style du paragraphe

TextParagraph(List textParts, ParagraphStyle style)

public TextParagraph(List<TextGroup> textParts, ParagraphStyle style)

Constructor

Parameters:

ParamètreTypeDescription
textPartsjava.util.List<com.aspose.pub.TextGroup>Groupes de texte
styleParagraphStyleStyle 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