TextParagraph
Inheritance: java.lang.Object
public class TextParagraph
Representa un párrafo de texto PUB
Constructores
| Constructor | Descripción |
|---|---|
| TextParagraph(List | Constructor |
Métodos
| Método | Descripció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ámetro | Tipo | Descripción |
|---|---|---|
| textParts | java.util.List<com.aspose.pub.TextGroup> | Grupos de texto |
| style | ParagraphStyle | Estilo 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