[]
Represents the document paragraph.
public abstract class DocumentParagraph
Public MustInherit Class DocumentParagraph
| Name | Description |
|---|---|
| Document | Gets the document owner of this paragraph. |
| ZoomScale | Get the zoom scale of page. |
| Name | Description |
|---|---|
| GetColumnWidth(int) | Gets the width (in points) of column. |
| GetColumnWidth(int, int) | Gets the total width (in points) of columns. |
| GetRowHeight(int) | Gets the height (in points) of row. |
| GetRowHeight(int, int) | Gets the total height (in points) of rows. |
| NewPageCore(int) | Creates new page. |