TextParagraph
Inheritance: java.lang.Object
public class TextParagraph
يمثل فقرة نصية في PUB
المنشئات
| المنشئ | الوصف |
|---|---|
| TextParagraph(List | المنشئ |
الطرق
| طريقة | الوصف |
|---|---|
| getTextParts() | مجموعات النص |
| getStyle() | نمط الفقرة |
TextParagraph(List textParts, ParagraphStyle style)
public TextParagraph(List<TextGroup> textParts, ParagraphStyle style)
المنشئ
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| textParts | java.util.List<com.aspose.pub.TextGroup> | مجموعات النص |
| style | ParagraphStyle | نمط الفقرة |
getTextParts()
public final TextGroup[] getTextParts()
مجموعات النص
Returns: com.aspose.pub.TextGroup[] - مصفوفة من مثيلات TextGroup
getStyle()
public final ParagraphStyle getStyle()
نمط الفقرة
Returns: ParagraphStyle - ParagraphStyle instance