TextParagraph

Inheritance: java.lang.Object

public class TextParagraph

Rappresenta il paragrafo di testo PUB

Costruttori

ConstructorDescrizione
TextParagraph(List textParts, ParagraphStyle style)Constructor

Metodi

MetodoDescrizione
getTextParts()Gruppi di testo
getStyle()Stile del paragrafo

TextParagraph(List textParts, ParagraphStyle style)

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

Constructor

Parameters:

ParametroTipoDescrizione
textPartsjava.util.List<com.aspose.pub.TextGroup>Gruppi di testo
styleParagraphStyleStile 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