BaseParagraph Class
Represents a abstract base object can be added to the page(doc.Paragraphs.Add()).
Inheritance Hierarchy
SystemObject
  Aspose.PdfBaseParagraph
    More...

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public abstract class BaseParagraph : ICloneable

The BaseParagraph type exposes the following members.

Constructors
  NameDescription
Protected methodBaseParagraph
Initializes a new instance of the BaseParagraph class
Properties
  NameDescription
Public propertyHorizontalAlignment
Gets or sets a horizontal alignment of paragraph
Public propertyHyperlink
Gets or sets the fragment hyperlink(for pdf generator).
Public propertyIsFirstParagraphInColumn
Gets or sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)
Public propertyIsInLineParagraph
Gets or sets a paragraph is inline. Default is false.(for pdf generation)
Public propertyIsInNewPage
Gets or sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
Public propertyIsKeptWithNext
Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)
Public propertyMargin
Gets or sets a outer margin for paragraph (for pdf generation)
Public propertyVerticalAlignment
Gets or sets a vertical alignment of paragraph
Public propertyZIndex
Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.
Methods
  NameDescription
Public methodClone
Clones this instance. Virtual method. Always return null.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also
Inheritance Hierarchy