B2024-089 Loic to clean up transitioning to a section that does not have a section number. Also added and updated comments.

This commit is contained in:
2024-11-04 14:39:41 -05:00
parent 375871012c
commit dcf50073e7
2 changed files with 32 additions and 20 deletions

View File

@@ -6407,7 +6407,7 @@ public StepData Equation // equation has a parent of embedded object.
}
public TransData(XmlNode xmlNode) : base(xmlNode) { }
// a character that is placed before and after the title that's in the transition text
// a character that is placed before and after the procedure title that's in the transition text
private LazyLoad<string> _DelimiterForTransitionTitle;
public string DelimiterForTransitionTitle
{
@@ -6684,7 +6684,9 @@ public StepData Equation // equation has a parent of embedded object.
}
}
// holdover from 16bit, used to define whether transitions are range (types 2 & 3). this is used in the logic for transitions with page numbers
// Holdover from 16bit, used to define whether transitions are range (types 2 & 3).
// This is used in the logic for transitions with page numbers. This gets defined as "Type" in the code for the transition class.
// NOTE: the TransType you see in the code is actually the index into the list of transition definitions for given format.
private LazyLoad<int?> _Type;
public int? Type
{