TextParagraph

Inheritance: java.lang.Object

public class TextParagraph

يمثل فقرة نصية في PUB

المنشئات

المنشئالوصف
TextParagraph(List textParts, ParagraphStyle style)المنشئ

الطرق

طريقةالوصف
getTextParts()مجموعات النص
getStyle()نمط الفقرة

TextParagraph(List textParts, ParagraphStyle style)

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

المنشئ

Parameters:

معاملنوعالوصف
textPartsjava.util.List<com.aspose.pub.TextGroup>مجموعات النص
styleParagraphStyleنمط الفقرة

getTextParts()

public final TextGroup[] getTextParts()

مجموعات النص

Returns: com.aspose.pub.TextGroup[] - مصفوفة من مثيلات TextGroup

getStyle()

public final ParagraphStyle getStyle()

نمط الفقرة

Returns: ParagraphStyle - ParagraphStyle instance