TextParagraph

Inheritance: java.lang.Object

public class TextParagraph

Representa un párrafo de texto PUB

Constructores

ConstructorDescripción
TextParagraph(List textParts, ParagraphStyle style)Constructor

Métodos

MétodoDescripción
getTextParts()Grupos de texto
getStyle()Estilo del párrafo

TextParagraph(List textParts, ParagraphStyle style)

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

Constructor

Parameters:

ParámetroTipoDescripción
textPartsjava.util.List<com.aspose.pub.TextGroup>Grupos de texto
styleParagraphStyleEstilo del párrafo

getTextParts()

public final TextGroup[] getTextParts()

Grupos de texto

Returns: com.aspose.pub.TextGroup[] - matriz de instancias TextGroup

getStyle()

public final ParagraphStyle getStyle()

Estilo del párrafo

Returns: ParagraphStyle - ParagraphStyle instance