Language:
Arabic (العربية)
Chinese Simplified (中文(简体)
Chinese Traditional (中文(繁體)
Dutch (Nederlands)
English
French (français)
German (Deutsch)
Italian (italiano)
Japanese (日本語)
Korean (한국어)
Portuguese (Português)
Russian (русский)
Spanish (español)
Sign In
Sign Up
Products
Purchase
Downloads
Demos
Forums
Blogs
Documentation
Corporate
Product Suites
Aspose.Total for .NET and Java
Aspose.Total for Reporting Services
File Format Components
Aspose.Words for .NET and Java
Aspose.Cells for .NET and Java
Aspose.Pdf for .NET and Java
Product Information
Programmer's Guide
Knowledge Base
Aspose.Pdf for .NET API Reference
Aspose.Pdf Namespace
AlignmentType Enumeration
Arc Class
Attachment Class
AttachmentType Enumeration
Bookmark Class
Bookmarks Class
BorderInfo Class
BorderSide Enumeration
BorderStyle Enumeration
BoxHorizontalAlignmentType Enumeration
BoxHorizontalPositioningType Enumeration
BoxVerticalAlignmentType Enumeration
BoxVerticalPositioningType Enumeration
Canvas Class
CcittSubFormat Enumeration
Cell Class
Cells Class
Circle Class
CmykColorSpace Class
Color Class
ColorSpaceType Enumeration
ColumnAdjustmentType Enumeration
ColumnInfo Class
Curve Class
DestinationType Enumeration
DocumentAttachment Class
DocumentAttachments Class
Ellipse Class
EncryptionType Enumeration
EndNote Class
EndNotePositioningType Enumeration
FileIconType Enumeration
FloatingBox Class
FootNote Class
FormatArray Class
FormField Class
FormFieldType Enumeration
Graph Class
GraphInfo Class
GraphNote Class
GraphNotes Class
GrayColorSpace Class
GutterPlacement Enumeration
HeaderFooter Class
HeaderFooterType Enumeration
Heading Class
HeadingType Enumeration
HtmlInfo Class
Hyperlink Class
HyperlinkType Enumeration
Image Class
ImageFileType Enumeration
ImageInfo Class
ImageOpenType Enumeration
JavaScript Class
JavaScripts Class
License Class
Line Class
LinkAction Class
LinkActionType Enumeration
ListLevelFormat Class
ListSection Class
ListType Enumeration
MarginInfo Class
MenuItemType Enumeration
NoteIconType Enumeration
NoteWindowPositioningType Enumeration
NumberingContinuationType Enumeration
NumberingFormatType Enumeration
OpenType Enumeration
PageGutter Class
PageNumberFormatType Enumeration
PageSetup Class
PageSize Class
PageTransitionType Enumeration
Paragraph Class
Paragraph Members
Paragraph Constructor
Properties
Paragraphs Class
Pdf Class
PdfConformance Enumeration
PositionArray Class
PositioningType Enumeration
RadioButton Class
RadioButtons Class
Rectangle Class
RectangleArea Class
RectData Class
RenderingMode Enumeration
Row Class
Rows Class
RSItemType Enumeration
SaveType Enumeration
Section Class
Sections Class
Security Class
Segment Class
Segments Class
Shape Class
Shapes Class
TabAlignmentType Enumeration
Table Class
TabLeaderType Enumeration
TableFormatInfo Class
TabStop Class
TabStops Class
Text Class
TextInfo Class
VerticalAlignmentType Enumeration
VerticalTextRotationType Enumeration
Watermarks Class
XmpMetadata Class
Aspose.Pdf for Java API Reference
Aspose.Slides for .NET and Java
Aspose.Pdf.Kit for .NET and Java
Aspose.Network for .NET
Aspose.Tasks for .NET
Aspose.Form for .NET
Aspose.Metafiles for Java
Aspose.Flash for .NET
Aspose.Recognition for .NET
SSRS Rendering Extensions
Aspose.Words for Reporting Services
Aspose.Slides for Reporting Services
Aspose.Cells for Reporting Services
Aspose.Pdf for Reporting Services
Aspose.BarCode for Reporting Services
JasperReports Exporters
Aspose.Words for JasperReports
Aspose.Slides for JasperReports
Visual Components
Aspose.BarCode for .NET and Java
Aspose.Grid for .NET
Aspose.Chart for .NET
Aspose.Editor for .NET
Aspose.AdHoc for .NET
Utility Components
Aspose.Workflow for .NET
Aspose.Spell for .NET
Aspose.ASPXpand for .NET
Aspose
>
Documentation
>
File Format Components
>
Aspose.Pdf for .NET and Java
>
Aspose.Pdf for .NET API Reference
>
Aspose.Pdf Namespace
>
Paragraph Class
>
Paragraph Members
Paragraph overview
Public Instance Constructors
Paragraph Constructor
Initializes a new instance of the
Paragraph
class.
Public Instance Properties
ID
Gets or sets a string that indicates the ID of the paragraph.
IsDisabled
Gets or sets a bool value that indicates whether this paragraph is disabled. The default value is false. If this property is set to true, this paragraph will not be rendered.
IsFirstParagraph
Gets or sets a bool value that indicates whether the paragraph is the first paragraph of a page. If this property is set to true,Aspose.Pdf will start a new page for this paragraph.
IsFirstParagraphInColumn
Gets or sets a bool value that indicates whether the paragraph be the first paragraph of a column.
IsInList
Get or set a bool value that indicates whether this paragraph is used as a list item. The default value is false. If this property is set to true, this paragraph will appear in the list when the list is constructed.
IsKeptTogether
Gets or sets a bool value that indicates whether all lines in the paragraph are to remain on the same page. Default is false. This property only affects paragraphs in section (but not in table).
IsKeptWithNext
Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false. This property only affects paragraphs in section (but ont in table) except FloatingBox, which position is set by manual.
IsOnOddPage
Gets or sets a bool value that indicates whether this paragraph be shown in odd page only. This property used for duplex Printing. If you want to print a paragraph in a new odd page in duplex Printing,you can set "IsFirstParagraph = true" and "IsOnOddPage = true".
Left
Gets or sets a float value that indicates the left position of the paragraph. The unit is point.
Margin
Gets or sets
MarginInfo
object that indicates the margin info of the paragraph.
PositioningType
The positioning type for custom positioning. Default value is Auto (don not use custom positioning).
ReferenceParagraphID
Gets or sets a string that indicates the reference paragraph when using paragraph relative customer positioning.
Top
Gets or sets a float value that indicates the top position of the paragraph. The unit is point.
Public Instance Methods
Equals
(inherited from
Object
)
Determines whether the specified
Object
is equal to the current
Object
.
GetHashCode
(inherited from
Object
)
Serves as a hash function for a particular type.
GetHashCode
is suitable for use in hashing algorithms and data structures like a hash table.
GetType
(inherited from
Object
)
Gets the
Type
of the current instance.
ToString
(inherited from
Object
)
Returns a
String
that represents the current
Object
.
Protected Instance Methods
Finalize
(inherited from
Object
)
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection.
MemberwiseClone
(inherited from
Object
)
Creates a shallow copy of the current
Object
.
See Also
Paragraph Class
|
Aspose.Pdf Namespace