| TParagraph Object Properties Methods |
Unit
WPRTEDefs
Declaration
TParagraph = class(TWPTextStyle)
Hierarchy
TObject <--TWPTextStyle <--TParagraph
Subclasses
None
Description
This object stores the text. It is organzied in a linked list (NextPar/PrevPar) starting from TRTFData.FirstPar. Paragraphs can also contain sub-paragraphs (ChildPar).
| Note |
| NOTE: In WPTools V4 the list was created using the pointers 'next' and 'prev'. These properties still exist and can be used to enumerate all paragraphs (including child paragraphs) in their logical order. |
| Introduced Properties |
![]() | _ActCellWidth | |
![]() | AClass | |
![]() | align | |
![]() | ANSIChr | |
![]() | ANSIText | |
![]() | Cell | This property retrieves the first paragraph of the cell this paragraph is located in. |
![]() | ChildPar | |
![]() | Children | |
![]() | ChildrenCount | |
![]() | ColCount | |
![]() | ColFirst | |
![]() | ColLast | |
![]() | ColLeft | |
![]() | ColNext | |
![]() | ColNr | |
![]() | ColPrior | |
![]() | ColRight | |
![]() | Cols | |
![]() | ColSpan | This checks with how many cells this cell is combined horizontally. |
![]() | CustomParameters | |
![]() | EndSpanH | This function returns the last paragraph with which this cell is merged with horizonatlly If it is not merged the result value is nil |
![]() | EndSpanV | This function returns the last paragraph with which this cell is merged with vertically If it is not merged the result value is nil |
![]() | FirstLine | |
![]() | FirstSibling | |
![]() | HasChildren | |
![]() | id | |
![]() | indentfirst | |
![]() | indentleft | |
![]() | indentright | |
![]() | IsFirstTextPar | |
![]() | IsLastTextPar | |
![]() | IsNewPage | |
![]() | LastChild | |
![]() | LastInnerChild | |
![]() | LastLine | |
![]() | LastSibling | |
![]() | LineCount | |
![]() | LoadedCharAttr | |
![]() | LogNextPar | |
![]() | LogPrevPar | |
![]() | MinCHeight | |
![]() | next | |
![]() | NextPar | |
![]() | nextpardown | |
![]() | ObjectIndex | |
![]() | ObjectRef | |
![]() | ParagraphType | |
![]() | ParentCell | |
![]() | ParentGroup | |
![]() | ParentPar | |
![]() | ParentParentPar | |
![]() | ParentParentRow | |
![]() | ParentParentTable | |
![]() | ParentRow | |
![]() | ParentTable | |
![]() | ParLength | |
![]() | prev | |
![]() | PrevPar | |
![]() | RowCount | |
![]() | RowDown | |
![]() | RowFirst | |
![]() | RowLast | |
![]() | RowLogNr | |
![]() | RowNext | |
![]() | RowNr | |
![]() | RowPrior | |
![]() | Rows | |
![]() | RowSpan | This checks with how many cells this cell is combined vertically. |
![]() | RowUp | |
![]() | RTFData | |
![]() | Sibling | |
![]() | SiblingCount | |
![]() | SiblingNr | |
![]() | spaceafter | |
![]() | spacebefore | |
![]() | spacebetween | |
![]() | StartSpan | This function returns the start paragraph with which this cell is merged with (horizonally or vertically) If it is not merged the result value is the first paragraph in this cell (the same as 'Cell') |
![]() | TableCount | |
![]() | Tables |
| Introduced Methods |
Category
Datastructures
Paragraph-Reference
Tables
|
Copyright (C) by WP |