![]() |
ATE::ICharStyle Class ReferenceThis class encapsulates a named character style, which can be applied to a set of characters. More...
Detailed DescriptionThis class encapsulates a named character style, which can be applied to a set of characters. It contains an Attribute values are inherited from the Normal style, and can be overridden in a named style associated with a text run or text range, or at the local character level. A style or character can partially define attributes. Only those values that are assigned override the inherited values. The constructor creates an empty object, in which all attribute values are unassigned. Setting a value causes it to be assigned, and clearing it causes it to be unassigned. When you retrieve an attribute value, a boolean return value, Constructor & Destructor Documentation
Constructor. The object is empty; that is, all attribute values are unassigned.
Referenced by GetParent().
Copy constructor.
References ATE::sCharStyle.
Constructs this C++ object from the corresponding C object returned by an ATE suite function. The C++ object manages reference counting.
Destructor. References ATE::sCharStyle. Member Function Documentation
Retrieves the features defined for this style.
References ATE::sCharStyle, and ATE::Throw_ATE_Exception().
Retrieves the name of this style.
References ATE::sCharStyle, and ATE::Throw_ATE_Exception().
Retrieves the parent style of this style.
References ICharStyle(), ATE::sCharStyle, and ATE::Throw_ATE_Exception().
Retrieves a reference to this object.
Referenced by ATE::ICharStyles::MoveStyleTo(), and SetParent().
Reports whether this style has a parent.
References ATE::sCharStyle, and ATE::Throw_ATE_Exception().
Reports whether this is a null object.
References ATE::sCharStyle.
Comparison operator tests for inequality.
Assignment operator.
References ATE::sCharStyle.
Comparison operator tests for equality.
References ATE::sCharStyle, and ATE::Throw_ATE_Exception().
Sets attribute values of this style's feature set to those values that are specifically assigned in the replacement feature set. Those values that are unassigned in the replacement set remain unchanged in this style.
References ATE::ICharFeatures::GetRef(), ATE::sCharStyle, and ATE::Throw_ATE_Exception().
Sets the features defined for this style. For the Normal (root) style, this is the same as
References ATE::ICharFeatures::GetRef(), ATE::sCharStyle, and ATE::Throw_ATE_Exception().
Sets the name of this style.
References ATE::sCharStyle, and ATE::Throw_ATE_Exception().
Sets the parent style of this style.
References GetRef(), ATE::sCharStyle, and ATE::Throw_ATE_Exception(). The documentation for this class was generated from the following files: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
![]() |
|