Skip to main content

TdxRichEditLayoutType Enum

Declaration

TdxRichEditLayoutType = (
    Page,
    PageArea,
    Column,
    Comment,
    Header,
    Footer,
    TextBox,
    FloatingPicture,
    Table,
    TableRow,
    TableCell,
    Row,
    PlainTextBox,
    SpecialTextBox,
    InlinePictureBox,
    FloatingObjectAnchorBox,
    SpaceBox,
    ParagraphMarkBox,
    SectionBreakBox,
    LineBreakBox,
    PageBreakBox,
    ColumnBreakBox,
    HyphenBox,
    TabSpaceBox,
    NumberingListMarkBox,
    NumberingListWithSeparatorBox,
    UnderlineBox,
    StrikeoutBox,
    ErrorBox,
    HighlightAreaBox,
    FieldHighlightAreaBox,
    RangePermissionHighlightAreaBox,
    BookmarkStartBox,
    BookmarkEndBox,
    RangePermissionStartBox,
    RangePermissionEndBox,
    CommentHighlightAreaBox,
    CommentStartBox,
    CommentEndBox,
    HiddenTextUnderlineBox,
    LineNumberBox,
    PageNumberBox,
    CharacterBox,
    Frame,
    ParagraphFrameBox
);

Members

Name
Page
PageArea
Column
Comment
Header
TextBox
FloatingPicture
Table
TableRow
TableCell
Row
PlainTextBox
SpecialTextBox
InlinePictureBox
FloatingObjectAnchorBox
SpaceBox
ParagraphMarkBox
SectionBreakBox
LineBreakBox
PageBreakBox
ColumnBreakBox
HyphenBox
TabSpaceBox
NumberingListMarkBox
NumberingListWithSeparatorBox
UnderlineBox
StrikeoutBox
ErrorBox
HighlightAreaBox
FieldHighlightAreaBox
RangePermissionHighlightAreaBox
BookmarkStartBox
BookmarkEndBox
RangePermissionStartBox
RangePermissionEndBox
CommentHighlightAreaBox
CommentStartBox
CommentEndBox
HiddenTextUnderlineBox
LineNumberBox
PageNumberBox
CharacterBox
Frame
ParagraphFrameBox
See Also