Vcl.ComCtrls.TParaAttributes.ConsistentAttributes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ConsistentAttributes: TConsistentParaAttributes read GetConsistentAttributes;

C++

__property TConsistentParaAttributes ConsistentAttributes = {read=GetConsistentAttributes, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TParaAttributes


Beschreibung

ConsistentAttributes gibt konsistente Absatzattribute aus der aktuellen Auswahl zurück.

Folgende Werte sind möglich:

Wert Bedeutung

cpaAlignment

Die Ausrichtung in der Auswahl ist konsistent.

cpaNumbering

Die Nummerierung in der Auswahl ist konsistent.

cpaFirstIndent

Der erste Einzug ist in der Auswahl konsistent.

cpaLeftIndent

Der linke Einzug ist in der Auswahl konsistent.

cpaRightIndent

Der rechte Einzug ist in der Auswahl konsistent.

cpaTabStops

Die Tabulatoreinstellungen sind in der Auswahl konsistent.