Skip to main content

TdxRowProcessingFlag Enum

Declaration

TdxRowProcessingFlag = (
    ProcessCharacterLines,
    ProcessHiddenText,
    ProcessTextHighlight,
    ProcessSpecialTextBoxes,
    ProcessLayoutDependentText,
    FirstParagraphRow,
    LastParagraphRow,
    ContainsFootNotes,
    ContainsEndNotes,
    LastInvisibleEmptyCellRowAfterNestedTable
);

Members

Name
ProcessCharacterLines
ProcessHiddenText
ProcessTextHighlight
ProcessSpecialTextBoxes
ProcessLayoutDependentText
FirstParagraphRow
LastParagraphRow
ContainsFootNotes
ContainsEndNotes
LastInvisibleEmptyCellRowAfterNestedTable
See Also