<< Click to display table of contents >> TRVParaInfoProperty, TRVParaInfoProperties Types |
Unit [VCL/FMX]: RVStyle / fmxRVStyle.
type
TRVParaInfoProperty = (
rvpiFirstIndent, rvpiLeftIndent, rvpiRightIndent,
rvpiSpaceBefore, rvpiSpaceAfter, rvpiAlignment,
rvpiLastLineAlignment, rvpiNextParaNo, rvpiDefStyleNo,
rvpiLineSpacing, rvpiLineSpacingType,
rvpiBackground_Color,
rvpiBackground_BO_Left, rvpiBackground_BO_Top,
rvpiBackground_BO_Right, rvpiBackground_BO_Bottom,
rvpiBorder_Color, rvpiBorder_Style,
rvpiBorder_Width, rvpiBorder_InternalWidth,
rvpiBorder_BO_Left, rvpiBorder_BO_Top,
rvpiBorder_BO_Right, rvpiBorder_BO_Bottom,
rvpiBorder_Vis_Left, rvpiBorder_Vis_Top,
rvpiBorder_Vis_Right, rvpiBorder_Vis_Bottom,
rvpiNoWrap, rvpiReadOnly, rvpiStyleProtect, rvpiDoNotWantReturns,
rvpiKeepLinesTogether, rvpiKeepWithNext, rvpiWidowOrphanControl,
rvpiTabs, rvpiBiDiMode, rvpiOutlineLevel,
rvpiCustom, rvpiCustom2, rvpiCustom3, rvpiCustom4, rvpiCustom5);
TRVParaInfoProperties = set of TRVParaInfoProperty;
Identifies properties of TParaInfo.
This is a type of the following properties:
▪TRVStyleTemplate.ValidParaProperties;
▪TParaInfo.ModifiedProperties.
Parameters of this type are used in the following methods:
▪TParaInfos.FindSuchStyle, FindSuchStyleEx;
▪TParaInfo.IsEqual.
const
RVAllParaInfoProperties: TRVParaInfoProperties =
[Low(TRVParaInfoProperty)..High(TRVParaInfoProperty)];
A constant, lists all TParaInfo properties.