Values used by the CompleteLine method.
Public Attributes | |
const int | Break =1 |
True if the line should be a clean break (usually provide this). More... | |
const int | TopOfStack =1<<1 |
This is the top of stack call (usually provide this). More... | |
const int | Last =1<<2 |
This is the last line. More... | |
const int | NoBreak =TopOfStack |
The non-breaking mode. More... | |
const int | Normal =Break | TopOfStack |
Major "normal" mode usually used. More... | |
const int Css.LineBreakMode.Break =1 |
True if the line should be a clean break (usually provide this).
const int Css.LineBreakMode.Last =1<<2 |
This is the last line.
const int Css.LineBreakMode.NoBreak =TopOfStack |
The non-breaking mode.
const int Css.LineBreakMode.Normal =Break | TopOfStack |
Major "normal" mode usually used.
const int Css.LineBreakMode.TopOfStack =1<<1 |
This is the top of stack call (usually provide this).