Uses of Interface
com._1c.g5.v8.dt.bsl.compare.TextRegion
- 
Packages that use TextRegion Package Description com._1c.g5.v8.dt.bsl.compare com._1c.g5.v8.dt.bsl.compare.impl com._1c.g5.v8.dt.bsl.compare.util 
- 
- 
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compareMethods in com._1c.g5.v8.dt.bsl.compare that return TextRegion Modifier and Type Method Description TextRegionBslCompareFactory. createTextRegion()Returns a new object of class 'Text Region'.TextRegionComparisonTextRegion. getAncestorRegion()Returns the value of the 'Ancestor Region' containment reference.TextRegionComparisonTextRegion. getMainRegion()Returns the value of the 'Main Region' containment reference.TextRegionComparisonTextRegion. getOtherRegion()Returns the value of the 'Other Region' containment reference.TextRegionComparisonTextRegion. getRegion(ComparisonSide side)Methods in com._1c.g5.v8.dt.bsl.compare with parameters of type TextRegion Modifier and Type Method Description voidComparisonTextRegion. setAncestorRegion(TextRegion value)Sets the value of the 'Ancestor Region' containment reference.voidComparisonTextRegion. setMainRegion(TextRegion value)Sets the value of the 'Main Region' containment reference.voidComparisonTextRegion. setOtherRegion(TextRegion value)Sets the value of the 'Other Region' containment reference.voidComparisonTextRegion. setRegion(ComparisonSide side, TextRegion region)
- 
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare.implClasses in com._1c.g5.v8.dt.bsl.compare.impl that implement TextRegion Modifier and Type Class Description classTextRegionImplAn implementation of the model object 'Text Region'.Methods in com._1c.g5.v8.dt.bsl.compare.impl that return TextRegion Modifier and Type Method Description TextRegionBslCompareFactoryImpl. createTextRegion()TextRegionComparisonTextRegionImpl. getAncestorRegion()TextRegionComparisonTextRegionImpl. getMainRegion()TextRegionComparisonTextRegionImpl. getOtherRegion()TextRegionComparisonTextRegionImpl. getRegion(ComparisonSide side)Methods in com._1c.g5.v8.dt.bsl.compare.impl with parameters of type TextRegion Modifier and Type Method Description voidComparisonTextRegionImpl. setAncestorRegion(TextRegion newAncestorRegion)voidComparisonTextRegionImpl. setMainRegion(TextRegion newMainRegion)voidComparisonTextRegionImpl. setOtherRegion(TextRegion newOtherRegion)voidComparisonTextRegionImpl. setRegion(ComparisonSide side, TextRegion region)
- 
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare.utilMethods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type TextRegion Modifier and Type Method Description TBslCompareSwitch. caseTextRegion(TextRegion object)Returns the result of interpreting the object as an instance of 'Text Region'.
 
-