This commit is contained in:
@@ -1009,6 +1009,7 @@ public struct Tab
|
||||
//public string RNOIdentWid;
|
||||
public string Justify; // from tbstyle - None, CENTER, LEFT, RIGHT
|
||||
public string UsePreviousStyle;
|
||||
public string NoTrim;
|
||||
public COMacro[] MacroList;
|
||||
public VE_Font Font;
|
||||
public TabBullet Bullet;
|
||||
@@ -5239,7 +5240,7 @@ namespace fmtxml
|
||||
//private string StepPartTabRNOIdentEditWid(Step stp) { return stp.TabData.RNOIdentEditWid; }
|
||||
//private string StepPartTabRNOIdentWid(Step stp) { return stp.TabData.RNOIdentWid; }
|
||||
private string StepPartTabJustify(Step stp) { return stp.TabData.Justify; }
|
||||
|
||||
private string StepPartTabTrim(Step stp) { return stp.TabData.NoTrim; }
|
||||
// Do the flags:
|
||||
private string StepPartDoubleSpace(Step stp) { return stp.DoubleSpace; }
|
||||
private string StepPartEnhancedStepNumFromPrev(Step stp) { return stp.EnhancedStepNumFromPrev; }
|
||||
@@ -5446,6 +5447,7 @@ namespace fmtxml
|
||||
//if (CheckInheritedStr(new StepPartStr(StepPartTabRNOIdentEditWid), step, dicParents)) step.TabData.RNOIdentEditWid = NullString;
|
||||
//if (CheckInheritedStr(new StepPartStr(StepPartTabRNOIdentWid), step, dicParents)) step.TabData.RNOIdentWid = NullString;
|
||||
if (CheckInheritedStr(new StepPartStr(StepPartTabJustify), step, dicParents)) step.TabData.Justify = null;
|
||||
if (CheckInheritedStr(new StepPartStr(StepPartTabTrim), step, dicParents)) step.TabData.NoTrim = null;
|
||||
//if (CheckInheritedStr(new StepPartStr(StepPartTabCheckOff), step, dicParents)) step.TabData.CheckOff = null;
|
||||
|
||||
// substructures - Tab - Font
|
||||
|
Reference in New Issue
Block a user