public class RtfParagraph extends Object
Represents a paragraph, which contains text runs and has its own formatting.
| Constructor and Description |
|---|
RtfParagraph() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlignment() |
int |
getFirstLineIndent() |
com.aspose.ms.System.Collections.Generic.List<RtfImage> |
getImages() |
int |
getLeftIndent() |
int |
getRightIndent() |
int |
getSpaceAfter() |
int |
getSpaceBefore() |
com.aspose.ms.System.Collections.Generic.List<RtfTextRun> |
getTextRuns() |
void |
setAlignment(int value) |
void |
setFirstLineIndent(int value) |
void |
setImages(com.aspose.ms.System.Collections.Generic.List<RtfImage> value) |
void |
setLeftIndent(int value) |
void |
setRightIndent(int value) |
void |
setSpaceAfter(int value) |
void |
setSpaceBefore(int value) |
void |
setTextRuns(com.aspose.ms.System.Collections.Generic.List<RtfTextRun> value) |
public final int getAlignment()
public final void setAlignment(int value)
public final int getLeftIndent()
public final void setLeftIndent(int value)
public final int getRightIndent()
public final void setRightIndent(int value)
public final int getFirstLineIndent()
public final void setFirstLineIndent(int value)
public final int getSpaceBefore()
public final void setSpaceBefore(int value)
public final int getSpaceAfter()
public final void setSpaceAfter(int value)
public final com.aspose.ms.System.Collections.Generic.List<RtfTextRun> getTextRuns()
public final void setTextRuns(com.aspose.ms.System.Collections.Generic.List<RtfTextRun> value)
public final com.aspose.ms.System.Collections.Generic.List<RtfImage> getImages()
public final void setImages(com.aspose.ms.System.Collections.Generic.List<RtfImage> value)
Copyright © 2026 Aspose. All Rights Reserved.