Vcl.ComCtrls.TParaAttributes.ConsistentAttributes
Delphi
property ConsistentAttributes: TConsistentParaAttributes read GetConsistentAttributes;
C++
__property TConsistentParaAttributes ConsistentAttributes = {read=GetConsistentAttributes, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TParaAttributes |
Description
ConsistentAttributes Renvoie les attributs de paragraphe cohérents de la sélection en cours.
Les valeurs sont décrites comme suit :
Valeur | Signification |
---|---|
cpaAlignment |
L'alignement est cohérent au sein de la sélection. |
cpaNumbering |
La numérotation est cohérente au sein de la sélection. |
cpaFirstIndent |
La première indentation (FirstIndent) est cohérente au sein de la sélection. |
cpaLeftIndent |
L'indentation à gauche (LeftIndent) est cohérente au sein de la sélection. |
cpaRightIndent |
L'indentation à droite (RightIndent ) est cohérente au sein de la sélection. |
cpaTabStops |
Les paramètres de tabulation (Tab) sont cohérents au sein de la sélection. |