#include <RunInLineStyleList.h>
A description of a single line-based style, where a line-style is the application of a character style to some number of lines as determined by the composition engine. A paragraph will have a text attribute (kTextAttrLineStylesBoss) specified by either a paragraph style or a locally applied attribute. This attribute contains a list of RunInLineStyleRule objects called a RunInLineStyleList.
- See Also
- RunInLineStyleList
- ITextAttrLineStyle
| UID RunInLineStyleRule::GetCharacterStyle | ( | | ) | const |
| inline |
- Returns
- the character style associated with this run-in style
| int32 RunInLineStyleRule::GetNumberLines | ( | | ) | const |
| inline |
- Returns
- the character style associated with this run-in style
| void RunInLineStyleRule::ReadWrite | ( | IPMStream * | stream | ) | |
read or write the single run-in style rule to the stream
| void RunInLineStyleRule::SetCharacterStyle | ( | const UID & | cs | ) | |
| inline |
assign the character style associated with this run-in style
- Parameters
| void RunInLineStyleRule::SetNumberLines | ( | int32 | lines | ) | |
| inline |
assign the character style associated with this run-in style
- Parameters