BaseParagraph

BaseParagraph

Overview

BaseParagraph is a class in Aspose.PDF FOSS for .NET.

Base class for paragraph-level DOM content (text fragments, tables, images, header/footer fragments, floating boxes).

This class provides 1 method for working with BaseParagraph objects in .NET programs. Available methods include: Clone. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: HorizontalAlignment, Hyperlink, HyperlinkText, IsFirstParagraphInColumn, IsInLineParagraph, IsInNewPage, and 4 more.

Properties

NameTypeAccessDescription
HorizontalAlignmentHorizontalAlignmentRead/WriteHorizontal alignment applied to this paragraph.
VerticalAlignmentVerticalAlignmentRead/WriteVertical alignment applied to this paragraph.
MarginMarginInfo?Read/WriteOuter-margin info applied to this paragraph.
IsFirstParagraphInColumnboolRead/WriteForce the paragraph to start a new column.
IsKeptWithNextboolRead/WriteKeep this paragraph on the same page as the next one.
IsInNewPageboolRead/WriteForce the paragraph to start on a new page.
IsInLineParagraphboolRead/WriteInline paragraph flag (does not start a new line).
HyperlinkTextstring?Read/WriteLegacy string-typed hyperlink target.
HyperlinkHyperlink?Read/WriteTyped hyperlink decoration applied to the paragraph.
ZIndexintRead/WriteZ-order index used by the DOM renderer.

Methods

SignatureDescription
Clone()Shallow clone — copies scalar/ref-shared state.

See Also