24 #ifndef __RunInLineStyleList__ 25 #define __RunInLineStyleList__ 27 #include "WideString.h" 53 : fCharacterStyle(charstyle), fNumberLines(n)
57 { ASSERT_FAIL(
"appease K2Vector.Location");
return false; }
63 { fCharacterStyle = cs; }
67 {
return fCharacterStyle; }
73 { fNumberLines = lines; }
77 {
return fNumberLines; }
79 bool IsLoopbackRule()
const 80 {
return (fCharacterStyle == kInvalidUID); }