intm_bAutoHyphenation;//hyphpar Switches automatic hyphenation for the paragraph. Append 1 or nothing to toggle property on; append 0 to turn it off.
intm_bInTable;//intbl Paragraph is part of a table.
...
...
@@ -2605,8 +2607,8 @@ public:
pa_qr,//qr Right-aligned.
pa_qd,//qd Distributed.
pa_qk0,//qkN Percentage of line occupied by Kashida justification (0 – low, 10 – medium, 20 – high).
pa_qk10,//
pa_qk20,//
pa_qk10,
pa_qk20,
}ParagraphAlign;
ParagraphAlignm_eAlign;
...
...
@@ -2658,18 +2660,20 @@ public:
intm_nListId;//lsN Should exactly match the \lsN for one of the list overrides in the List Override table.
intm_nListLevel;//ilvlN The 0-based level of the list to which the paragraph belongs. For all simple lists, N should always be 0. For multilevel lists, it can be 0 through 8. The value 9 is never used. The values 10 through 12 have the special meanings for documents generated by Word 6: 10 = ilvlBullet (a bulleted paragraph in Word 6), 11 = ilvlList (a numbered paragraph in Word 6), 12 = ilvlContinue (a paragraph that was not itself numbered, but took its indenting scheme from its numbering properties and did not “break” numbering (that in Word 6 required otherwise contiguous paragraphs).
RtfShadingParm_oShading;//
RtfShadingParm_oShading;
RtfBorderm_oBorderTop;//
RtfBorderm_oBorderLeft;//
RtfBorderm_oBorderBottom;//
RtfBorderm_oBorderRight;//
RtfBorderm_oBorderBox;//
RtfBorderm_oBorderBar;//
RtfBorderm_oBorderTop;
RtfBorderm_oBorderLeft;
RtfBorderm_oBorderBottom;
RtfBorderm_oBorderRight;
RtfBorderm_oBorderBox;
RtfBorderm_oBorderBar;
RtfFramem_oFrame;//
RtfFramem_oFrame;
intm_bOverlap;//1\absnoovrlpN Allow overlap with other frames or objects with similar wrapping:
typedefenum{tf_none,
typedefenum
{
tf_none,
tf_frmtxlrtb,//frmtxlrtb Frame box flows from left to right and top to bottom (default).
tf_frmtxtbrl,//frmtxtbrl Frame box flows right to left and top to bottom.
tf_frmtxbtlr,//frmtxbtlr Frame box flows left to right and bottom to top.