Added property IsTransition to Tab structure for VCSummer data
Added properties AdjustStepTransitionText and BoldTransitionExceptHLS to Trans structure for VCSummer data Added and modified formatting data for VCSummer data Added XSL processing for IsTransition, AdjustStepTransitionText and BoldTransitionExceptHLS properties for VCSummer data
This commit is contained in:
parent
5d7d23f292
commit
dedb3ac1ff
@ -1009,6 +1009,7 @@ public struct Tab
|
||||
{
|
||||
//for VCSummer by jcb
|
||||
public bool RNOExcludeMacros;
|
||||
public bool IsTransition;
|
||||
public float MacroTabAdjust;
|
||||
//end for VCSummer by jcb
|
||||
public float RNOAdjustTabSize; // added for SHE to align rno whose parent is AND
|
||||
@ -1083,6 +1084,8 @@ public struct Trans
|
||||
public string AbsoluteTransitionUpdate;
|
||||
public string LowerCaseStepInTran;
|
||||
public string DoSectionTransitions;
|
||||
public bool AdjustStepTransitionText;
|
||||
public bool BoldTransitionExceptHLS;
|
||||
/* End of Format flags */
|
||||
public TransTypes[] TransTypeData;
|
||||
}
|
||||
|
@ -26,6 +26,12 @@ namespace fmtxml
|
||||
fmtdata.StepData[8].StepLayoutData.STBoxindex = null;
|
||||
fmtdata.StepData[21].TabData.IsTransition = true;
|
||||
fmtdata.StepData[23].TabData.IsTransition = true;
|
||||
fmtdata.StepData[3].StepLayoutData.STExtraSpace = "-12345"; //this will put in a null
|
||||
fmtdata.StepData[9].StepLayoutData.STExtraSpace = "-12345"; //this will put in a null
|
||||
fmtdata.StepData[18].StepLayoutData.STExtraSpace = "-12345"; //this will put in a null
|
||||
fmtdata.StepData[41].StepLayoutData.STExtraSpace = "-12345"; //this will put in a null
|
||||
fmtdata.BoxData[1].TxtWidth = 420;
|
||||
fmtdata.BoxData[2].TxtWidth = 420;
|
||||
fmtdata.TransData.AdjustStepTransitionText = true;
|
||||
fmtdata.TransData.BoldTransitionExceptHLS = true;
|
||||
//fmtdata.TransData.TransTypeData[6].Index = 6;
|
||||
@ -33,10 +39,6 @@ namespace fmtxml
|
||||
//fmtdata.TransData.TransTypeData[6].TransFormat = "Step {First Step} of this procedure";
|
||||
//fmtdata.TransData.TransTypeData[6].TransMenu = "Step {First Step} of this procedure";
|
||||
//fmtdata.TransData.TransTypeData[6].TransUI = "ProcCur, SectMenuAny, StepFirst";
|
||||
fmtdata.StepData[3].StepLayoutData.STExtraSpace = "-12345"; //this will put in a null
|
||||
fmtdata.StepData[9].StepLayoutData.STExtraSpace = "-12345"; //this will put in a null
|
||||
fmtdata.StepData[18].StepLayoutData.STExtraSpace = "-12345"; //this will put in a null
|
||||
fmtdata.StepData[41].StepLayoutData.STExtraSpace = "-12345"; //this will put in a null
|
||||
}
|
||||
private void AddSUMOverridefmt(ref FormatData fmtdata)
|
||||
{
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user