Functions | |
| static string | ControlUtilities.AllLinesAsString (ListBox extends lb, string sep="") |
| static void | XMLDocSupport.AppendChildCDATA (XMLElement extends e, string inName, string inText) |
| static void | XMLDocSupport.AppendChildPicture (XMLElement extends e, string inName, Picture inPic) |
| static void | XMLDocSupport.AppendChildText (XMLElement extends e, string inName, string inText) |
| static CharacterStyle | CharacterStyleStatics.asCharacterStyle (StyleGridStyle extends sgs) |
| static StyledLineSet | CharacterStyleStatics.asLineSet (StyleGrid extends sg, scn inWidth, double inKern, scn inLeading) |
| static StringShape | StyledTextUtils.AsStringShape (StyleRun extends sr) |
| static StringShape | StyledTextUtils.AsStringShapeWithText (StyleRun extends sr, string inText) |
| static StyledLine | CharacterStyleStatics.asStyledLine (StyleGridRow extends sgr, StyleGrid sg, integer cellY, double offsetX, double offsetY, scn inWidth, double inKern, scn inLeading) |
| static void | PictureUtilities.BleedBy (Picture extends inMask, integer inBleedPixels) |
| static void | DrawingUtilities.ClearAll (Graphics extends G) |
| static void | StyleGridExtensions.ClearSelectedCells (StyleGrid extends sg) |
| static StyledText | StyledTextUtils.Clone (StyledText extends s) |
| static StyleRun | StyledTextUtils.Clone (StyleRun extends sr) |
| static Dictionary | DictionaryUtilities.clone (Dictionary extends lhs) |
| static StringShape | DrawingUtilities.Clone (StringShape extends rhs) |
| static StyleRun | StyledTextUtils.CloneStylesOnly (StyleRun extends sr) |
| static String | ColorUtilities.ColorConstantString (color extends c) |
| static Boolean | StringUtils.Contains (,) |
| static Boolean | StringUtils.ContainsB (,) |
| static void | StyleGridExtensions.CopyCell (StyleGridCell extends tc, styleGridCell fc) |
| static void | StyleGridExtensions.CopyColTo (StyleGrid extends s, integer fromIndex, integer toIndex) |
| static void | BarcodeLib.DrawBar (graphics extends g, integer x, integer y, integer postion, integer width, integer height, boolean vertical=false) |
| static void | BarcodeLib.DrawBarcode2of5 (graphics extends g, double value, integer xPos, integer yPos, integer width, integer height, integer alignment=1, boolean vertical=false) |
| static void | BarcodeLib.DrawBarcode2of5_ (graphics extends g, double value, integer xPos, integer yPos, double xRes, integer ySize, boolean vertical=false) |
| static void | BarcodeLib.DrawBarcodeC128b (graphics extends g, string value, integer xPos, integer yPos, integer width, integer height, integer alignment=1, boolean vertical=false) |
| static void | BarcodeLib.DrawBarcodeC128b_ (graphics extends g, string value, integer xPos, integer yPos, double xRes, integer ySize, boolean vertical=false) |
| static void | BarcodeLib.DrawBarcodeC39 (graphics extends g, string value, integer xPos, integer yPos, integer width, integer height, integer alignment=1, boolean vertical=false) |
| static void | BarcodeLib.DrawBarcodeC39_ (graphics extends g, string value, integer xPos, integer yPos, double xRes, integer ySize, boolean vertical=false) |
| static void | BarcodeLib.DrawBarcodeUPCa (graphics extends g, string value, integer xPos, integer yPos, integer width, integer height, integer alignment=1, boolean vertical=false) |
| static void | BarcodeLib.DrawBarcodeUPCa_ (graphics extends g, string value, integer xPos, integer yPos, integer xRes, integer ySize) |
| static void | DrawingUtilities.DrawObject (Graphics extends g, Object2D inObject, double dx, double dy) |
| static void | DrawingUtilities.DrawObjectCentred (Graphics extends g, Object2D draws) |
| static integer | StyledTextUtils.EndPos1B (Range extends r) |
| static Boolean | StringUtils.EndsWith (,) |
| static Boolean | StringUtils.EndsWithB (,) |
| static boolean | StyleGridExtensions.EntireColSelected (StyleGrid extends sg) |
| static boolean | StyleGridExtensions.EntireRowSelected (StyleGrid extends sg) |
| static void | DrawingUtilities.Erase (Graphics extends g, color withColor=&cFFFFFF) |
| static | FileUtilities.FolderItem () ShallowFiles(folderItem extends f |
| static integer | WindowUtilities.FullHeight (Window extends w) |
| static integer | WindowUtilities.FullWidth (Window extends w) |
| static String | XMLDocSupport.GetChildCDATA (XMLElement extends e, string inName) |
| static Picture | XMLDocSupport.GetChildPicture (XMLElement extends e, string inName) |
| static String | XMLDocSupport.GetChildText (XMLElement extends e, string inName) |
| static XMLElement | XMLDocSupport.GetElement (XMLElement extends e, integer i) |
| static XMLElement | XMLDocSupport.GetElement (XMLElement extends e, string inName) |
| static DoubleRectMBS | XMLDocSupport.GetRectAttributes (XMLElement extends e) |
| static void | WindowUtilities.GetTotalWindowRect (Window extends w, integer byref outLeft, integer byref outTop, integer byref outRight, integer byref outBottom) |
| static Variant | XMLDocSupport.getVariantAttribute (XMLElement extends e, string inName) |
| static integer | StyleGridExtensions.HeaderHeight (StyleGrid extends sg) |
| static color | ColorUtilities.HTMLColor (string extends s) |
| static String | ColorUtilities.HTMLString (color extends c) |
| static boolean | mfSpecificFileUtils.InTemplatesFolder (folderitem extends f) |
| static Boolean | StringUtils.IsEmpty () |
| static boolean | WindowUtilities.IsFloatingWindow (Window extends w) |
| static boolean | mfSpecificFileUtils.IsXMLBasedDoc (FolderItem extends f) |
| static integer | StyledTextUtils.LastLineIndex (EditField extends e) |
| static void | ControlUtilities.LoadFrom (ListBox extends lb, string src) |
| static void | ControlUtilities.LoadFrom (ListBox extends lb, EditField fromField) |
| static double | ColorUtilities.Luminance (Color extends c) |
| static void | StyleGridExtensions.MoveColTo (StyleGrid extends s, integer fromIndex, integer toIndex) |
| static void | WindowUtilities.MoveTo (Window extends w, integer newLeft, integer newTop) |
| static void | WindowUtilities.MoveWindow (Window extends w, integer Left, integer Top) |
| static void | WindowUtilities.MoveWindow (Window extends w, integer Left, integer Top, integer width, integer height) |
| static Boolean | XMLDocSupport.readBoolAttribute (XMLElement extends inXML, string attributeName, boolean defaultValue) |
| static Boolean | XMLDocSupport.readBoolAttribute (XMLElement extends inXML, string attributeName) |
| static Color | XMLDocSupport.readColorAttribute (XMLElement extends inXML, string attributeName, Color defaultValue) |
| static Color | XMLDocSupport.readColorAttribute (XMLElement extends inXML, string attributeName) |
| static double | XMLDocSupport.readDoubleAttribute (XMLElement extends inXML, string attributeName, double defaultValue) |
| static double | XMLDocSupport.readDoubleAttribute (XMLElement extends inXML, string attributeName) |
| static integer | XMLDocSupport.readIntAttribute (XMLElement extends inXML, string attributeName, integer defaultValue) |
| static integer | XMLDocSupport.readIntAttribute (XMLElement extends inXML, string attributeName) |
| static string | XMLDocSupport.readStringAttribute (XMLElement extends inXML, string attributeName) |
| static void | StyledTextUtils.ReplaceAll (EditField extends ef, string oldString, string newString) |
| static StyledText | StyledTextUtils.ReplaceAll (StyledText extends st, string oldString, string newString) |
| static StyledText | StyledTextUtils.ReplaceAllForSingleRun (StyledText extends st, string oldString, string newString) |
| static StyledText | StyledTextUtils.ReplaceAllOneChar (StyledText extends st, string aChar, string newString) |
| static StyledText | StyledTextUtils.ReplaceAllOptimalCases (StyledText extends st, string oldString, string newString) |
| static StyledText | StyledTextUtils.ReplaceAllSameLen (StyledText extends st, string oldString, string newString) |
| static void | StyleGridExtensions.ResizeData (StyleGrid extends sg, integer numColsNeeded, integer numRowsNeeded) |
| static void | PictureUtilities.rotateDegrees (Object2D extends o2d, double inDegrees) |
| static Picture | PictureUtilities.ScaleCroppedPicture (Picture extends p, integer offX, integer offY, integer inWidth, Integer inHeight, boolean inKeepProp=false) |
| static Picture | PictureUtilities.ScalePicture (Picture extends p, integer inWidth, Integer inHeight, boolean inKeepProp=false) |
| static boolean | ControlUtilities.SelectTitle (ComboBox extends cb, string inTitle) |
| static boolean | ControlUtilities.SelectTitle (PopupMenu extends p, string inTitle) |
| static boolean | ControlUtilities.SelectTitle (ListBox extends l, string inTitle) |
| static void | XMLDocSupport.setAttribute (XMLElement extends e, string inName, scn measure) |
| static void | XMLDocSupport.setAttribute (XMLElement extends e, string inName, color c) |
| static void | XMLDocSupport.setAttribute (XMLElement extends e, string inName, double d) |
| static void | XMLDocSupport.setAttribute (XMLElement extends e, string inName, integer n) |
| static void | XMLDocSupport.setAttribute (XMLElement extends e, string inName, Boolean b) |
| static void | DrawingUtilities.SetObjectSize (Object2D extends obj, double x, double y, double w, double h) |
| static void | DrawingUtilities.SetObjectSize (Object2D extends obj, double w, double h) |
| static void | XMLDocSupport.SetRectAttributes (XMLElement extends e, DoubleRectMBS r) |
| static void | StyledTextUtils.SetStyleFrom (Graphics extends inGraphics, StyleRun sr, double inScale) |
| static void | StyledTextUtils.SetStyleFrom (Graphics extends inGraphics, StyleRun sr) |
| static void | CharacterStyleStatics.SetStyleFrom (Graphics extends inGraphics, CharacterStyle inStyle, double inScale) |
| static void | CharacterStyleStatics.SetStyleFrom (Graphics extends inGraphics, CharacterStyle inStyle) |
| static void | StyledTextUtils.SetStyleFromScaling (Graphics extends inGraphics, StyleRun sr) |
| static void | CharacterStyleStatics.SetStyleFromScaling (Graphics extends inGraphics, CharacterStyle inStyle) |
| static void | XMLDocSupport.setVariantAttribute (XMLElement extends e, string inName, variant v) |
| static MessageDialogButton | MessageDialogHelpers.ShowModalWith (MessageDialog extends dlg, string inMsg, string actionBtn, string altActionBtn, string cancelBtn, integer iconCode=1) |
| static MessageDialogButton | MessageDialogHelpers.ShowModalWith (MessageDialog extends dlg, string inMsg, string actionBtn, string cancelBtn, integer iconCode=1) |
| static void | EasyPalettesHelpers.ShowRelativeToCanvas (FSPopupWindow extends paletteWind, Canvas relativeTo, integer parentLeft, integer parentTop, boolean isLeftAligned) |
| static String | StyledTextUtils.Signature (StyleRun extends sr) |
| static integer | StyledTextUtils.StartPos1B (Range extends r) |
| static Boolean | StringUtils.StartsWith (,) |
| static Boolean | StringUtils.StartsWithB (,) |
| static String | MoreStringUtils.tailTrimmed (string extends inString, integer startAt, integer strLen) |
| static Picture | PictureUtilities.TraceEdges (Picture extends inTrace) |
| static void | StyleGridVisiting.VisitStylesWith (StyleGrid extends sg, StyleGridStyleVisitor withVisitor) |
| static string ControlUtilities.AllLinesAsString | ( | ListBox extends | lb, | |
| string | sep = "" | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.AppendChildCDATA | ( | XMLElement extends | e, | |
| string | inName, | |||
| string | inText | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.AppendChildPicture | ( | XMLElement extends | e, | |
| string | inName, | |||
| Picture | inPic | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.AppendChildText | ( | XMLElement extends | e, | |
| string | inName, | |||
| string | inText | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static CharacterStyle CharacterStyleStatics.asCharacterStyle | ( | StyleGridStyle extends | sgs | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyledLineSet CharacterStyleStatics.asLineSet | ( | StyleGrid extends | sg, | |
| scn | inWidth, | |||
| double | inKern, | |||
| scn | inLeading | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StringShape StyledTextUtils.AsStringShape | ( | StyleRun extends | sr | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StringShape StyledTextUtils.AsStringShapeWithText | ( | StyleRun extends | sr, | |
| string | inText | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyledLine CharacterStyleStatics.asStyledLine | ( | StyleGridRow extends | sgr, | |
| StyleGrid | sg, | |||
| integer | cellY, | |||
| double | offsetX, | |||
| double | offsetY, | |||
| scn | inWidth, | |||
| double | inKern, | |||
| scn | inLeading | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void PictureUtilities.BleedBy | ( | Picture extends | inMask, | |
| integer | inBleedPixels | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void DrawingUtilities.ClearAll | ( | Graphics extends | G | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void StyleGridExtensions.ClearSelectedCells | ( | StyleGrid extends | sg | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyledText StyledTextUtils.Clone | ( | StyledText extends | s | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyleRun StyledTextUtils.Clone | ( | StyleRun extends | sr | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Dictionary DictionaryUtilities.clone | ( | Dictionary extends | lhs | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StringShape DrawingUtilities.Clone | ( | StringShape extends | rhs | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyleRun StyledTextUtils.CloneStylesOnly | ( | StyleRun extends | sr | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static String ColorUtilities.ColorConstantString | ( | color extends | c | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Boolean StringUtils.Contains | ( | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Boolean StringUtils.ContainsB | ( | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void StyleGridExtensions.CopyCell | ( | StyleGridCell extends | tc, | |
| styleGridCell | fc | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void StyleGridExtensions.CopyColTo | ( | StyleGrid extends | s, | |
| integer | fromIndex, | |||
| integer | toIndex | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void BarcodeLib.DrawBar | ( | graphics extends | g, | |
| integer | x, | |||
| integer | y, | |||
| integer | postion, | |||
| integer | width, | |||
| integer | height, | |||
| boolean | vertical = false | |||
| ) | [static, private, inherited] |
This method extends another class (more details to be extracted later)
| static void BarcodeLib.DrawBarcode2of5 | ( | graphics extends | g, | |
| double | value, | |||
| integer | xPos, | |||
| integer | yPos, | |||
| integer | width, | |||
| integer | height, | |||
| integer | alignment = 1, |
|||
| boolean | vertical = false | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void BarcodeLib.DrawBarcode2of5_ | ( | graphics extends | g, | |
| double | value, | |||
| integer | xPos, | |||
| integer | yPos, | |||
| double | xRes, | |||
| integer | ySize, | |||
| boolean | vertical = false | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void BarcodeLib.DrawBarcodeC128b | ( | graphics extends | g, | |
| string | value, | |||
| integer | xPos, | |||
| integer | yPos, | |||
| integer | width, | |||
| integer | height, | |||
| integer | alignment = 1, |
|||
| boolean | vertical = false | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void BarcodeLib.DrawBarcodeC128b_ | ( | graphics extends | g, | |
| string | value, | |||
| integer | xPos, | |||
| integer | yPos, | |||
| double | xRes, | |||
| integer | ySize, | |||
| boolean | vertical = false | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void BarcodeLib.DrawBarcodeC39 | ( | graphics extends | g, | |
| string | value, | |||
| integer | xPos, | |||
| integer | yPos, | |||
| integer | width, | |||
| integer | height, | |||
| integer | alignment = 1, |
|||
| boolean | vertical = false | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void BarcodeLib.DrawBarcodeC39_ | ( | graphics extends | g, | |
| string | value, | |||
| integer | xPos, | |||
| integer | yPos, | |||
| double | xRes, | |||
| integer | ySize, | |||
| boolean | vertical = false | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void BarcodeLib.DrawBarcodeUPCa | ( | graphics extends | g, | |
| string | value, | |||
| integer | xPos, | |||
| integer | yPos, | |||
| integer | width, | |||
| integer | height, | |||
| integer | alignment = 1, |
|||
| boolean | vertical = false | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void BarcodeLib.DrawBarcodeUPCa_ | ( | graphics extends | g, | |
| string | value, | |||
| integer | xPos, | |||
| integer | yPos, | |||
| integer | xRes, | |||
| integer | ySize | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void DrawingUtilities.DrawObject | ( | Graphics extends | g, | |
| Object2D | inObject, | |||
| double | dx, | |||
| double | dy | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void DrawingUtilities.DrawObjectCentred | ( | Graphics extends | g, | |
| Object2D | draws | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static integer StyledTextUtils.EndPos1B | ( | Range extends | r | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Boolean StringUtils.EndsWith | ( | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Boolean StringUtils.EndsWithB | ( | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static boolean StyleGridExtensions.EntireColSelected | ( | StyleGrid extends | sg | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static boolean StyleGridExtensions.EntireRowSelected | ( | StyleGrid extends | sg | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void DrawingUtilities.Erase | ( | Graphics extends | g, | |
| color | withColor = &cFFFFFF | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static FileUtilities.FolderItem | ( | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static integer WindowUtilities.FullHeight | ( | Window extends | w | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static integer WindowUtilities.FullWidth | ( | Window extends | w | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static String XMLDocSupport.GetChildCDATA | ( | XMLElement extends | e, | |
| string | inName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Picture XMLDocSupport.GetChildPicture | ( | XMLElement extends | e, | |
| string | inName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static String XMLDocSupport.GetChildText | ( | XMLElement extends | e, | |
| string | inName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static XMLElement XMLDocSupport.GetElement | ( | XMLElement extends | e, | |
| integer | i | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static XMLElement XMLDocSupport.GetElement | ( | XMLElement extends | e, | |
| string | inName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static DoubleRectMBS XMLDocSupport.GetRectAttributes | ( | XMLElement extends | e | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void WindowUtilities.GetTotalWindowRect | ( | Window extends | w, | |
| integer byref | outLeft, | |||
| integer byref | outTop, | |||
| integer byref | outRight, | |||
| integer byref | outBottom | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Variant XMLDocSupport.getVariantAttribute | ( | XMLElement extends | e, | |
| string | inName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static integer StyleGridExtensions.HeaderHeight | ( | StyleGrid extends | sg | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static color ColorUtilities.HTMLColor | ( | string extends | s | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static String ColorUtilities.HTMLString | ( | color extends | c | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static boolean mfSpecificFileUtils.InTemplatesFolder | ( | folderitem extends | f | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Boolean StringUtils.IsEmpty | ( | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static boolean WindowUtilities.IsFloatingWindow | ( | Window extends | w | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static boolean mfSpecificFileUtils.IsXMLBasedDoc | ( | FolderItem extends | f | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static integer StyledTextUtils.LastLineIndex | ( | EditField extends | e | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void ControlUtilities.LoadFrom | ( | ListBox extends | lb, | |
| string | src | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void ControlUtilities.LoadFrom | ( | ListBox extends | lb, | |
| EditField | fromField | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static double ColorUtilities.Luminance | ( | Color extends | c | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void StyleGridExtensions.MoveColTo | ( | StyleGrid extends | s, | |
| integer | fromIndex, | |||
| integer | toIndex | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void WindowUtilities.MoveTo | ( | Window extends | w, | |
| integer | newLeft, | |||
| integer | newTop | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void WindowUtilities.MoveWindow | ( | Window extends | w, | |
| integer | Left, | |||
| integer | Top | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void WindowUtilities.MoveWindow | ( | Window extends | w, | |
| integer | Left, | |||
| integer | Top, | |||
| integer | width, | |||
| integer | height | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Boolean XMLDocSupport.readBoolAttribute | ( | XMLElement extends | inXML, | |
| string | attributeName, | |||
| boolean | defaultValue | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Boolean XMLDocSupport.readBoolAttribute | ( | XMLElement extends | inXML, | |
| string | attributeName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Color XMLDocSupport.readColorAttribute | ( | XMLElement extends | inXML, | |
| string | attributeName, | |||
| Color | defaultValue | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Color XMLDocSupport.readColorAttribute | ( | XMLElement extends | inXML, | |
| string | attributeName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static double XMLDocSupport.readDoubleAttribute | ( | XMLElement extends | inXML, | |
| string | attributeName, | |||
| double | defaultValue | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static double XMLDocSupport.readDoubleAttribute | ( | XMLElement extends | inXML, | |
| string | attributeName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static integer XMLDocSupport.readIntAttribute | ( | XMLElement extends | inXML, | |
| string | attributeName, | |||
| integer | defaultValue | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static integer XMLDocSupport.readIntAttribute | ( | XMLElement extends | inXML, | |
| string | attributeName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static string XMLDocSupport.readStringAttribute | ( | XMLElement extends | inXML, | |
| string | attributeName | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void StyledTextUtils.ReplaceAll | ( | EditField extends | ef, | |
| string | oldString, | |||
| string | newString | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyledText StyledTextUtils.ReplaceAll | ( | StyledText extends | st, | |
| string | oldString, | |||
| string | newString | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyledText StyledTextUtils.ReplaceAllForSingleRun | ( | StyledText extends | st, | |
| string | oldString, | |||
| string | newString | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyledText StyledTextUtils.ReplaceAllOneChar | ( | StyledText extends | st, | |
| string | aChar, | |||
| string | newString | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyledText StyledTextUtils.ReplaceAllOptimalCases | ( | StyledText extends | st, | |
| string | oldString, | |||
| string | newString | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static StyledText StyledTextUtils.ReplaceAllSameLen | ( | StyledText extends | st, | |
| string | oldString, | |||
| string | newString | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void StyleGridExtensions.ResizeData | ( | StyleGrid extends | sg, | |
| integer | numColsNeeded, | |||
| integer | numRowsNeeded | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void PictureUtilities.rotateDegrees | ( | Object2D extends | o2d, | |
| double | inDegrees | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Picture PictureUtilities.ScaleCroppedPicture | ( | Picture extends | p, | |
| integer | offX, | |||
| integer | offY, | |||
| integer | inWidth, | |||
| Integer | inHeight, | |||
| boolean | inKeepProp = false | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Picture PictureUtilities.ScalePicture | ( | Picture extends | p, | |
| integer | inWidth, | |||
| Integer | inHeight, | |||
| boolean | inKeepProp = false | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static boolean ControlUtilities.SelectTitle | ( | ComboBox extends | cb, | |
| string | inTitle | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static boolean ControlUtilities.SelectTitle | ( | PopupMenu extends | p, | |
| string | inTitle | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static boolean ControlUtilities.SelectTitle | ( | ListBox extends | l, | |
| string | inTitle | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.setAttribute | ( | XMLElement extends | e, | |
| string | inName, | |||
| scn | measure | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.setAttribute | ( | XMLElement extends | e, | |
| string | inName, | |||
| color | c | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.setAttribute | ( | XMLElement extends | e, | |
| string | inName, | |||
| double | d | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.setAttribute | ( | XMLElement extends | e, | |
| string | inName, | |||
| integer | n | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.setAttribute | ( | XMLElement extends | e, | |
| string | inName, | |||
| Boolean | b | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void DrawingUtilities.SetObjectSize | ( | Object2D extends | obj, | |
| double | x, | |||
| double | y, | |||
| double | w, | |||
| double | h | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void DrawingUtilities.SetObjectSize | ( | Object2D extends | obj, | |
| double | w, | |||
| double | h | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.SetRectAttributes | ( | XMLElement extends | e, | |
| DoubleRectMBS | r | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void StyledTextUtils.SetStyleFrom | ( | Graphics extends | inGraphics, | |
| StyleRun | sr, | |||
| double | inScale | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void StyledTextUtils.SetStyleFrom | ( | Graphics extends | inGraphics, | |
| StyleRun | sr | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void CharacterStyleStatics.SetStyleFrom | ( | Graphics extends | inGraphics, | |
| CharacterStyle | inStyle, | |||
| double | inScale | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void CharacterStyleStatics.SetStyleFrom | ( | Graphics extends | inGraphics, | |
| CharacterStyle | inStyle | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void StyledTextUtils.SetStyleFromScaling | ( | Graphics extends | inGraphics, | |
| StyleRun | sr | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void CharacterStyleStatics.SetStyleFromScaling | ( | Graphics extends | inGraphics, | |
| CharacterStyle | inStyle | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void XMLDocSupport.setVariantAttribute | ( | XMLElement extends | e, | |
| string | inName, | |||
| variant | v | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static MessageDialogButton MessageDialogHelpers.ShowModalWith | ( | MessageDialog extends | dlg, | |
| string | inMsg, | |||
| string | actionBtn, | |||
| string | altActionBtn, | |||
| string | cancelBtn, | |||
| integer | iconCode = 1 | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static MessageDialogButton MessageDialogHelpers.ShowModalWith | ( | MessageDialog extends | dlg, | |
| string | inMsg, | |||
| string | actionBtn, | |||
| string | cancelBtn, | |||
| integer | iconCode = 1 | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static void EasyPalettesHelpers.ShowRelativeToCanvas | ( | FSPopupWindow extends | paletteWind, | |
| Canvas | relativeTo, | |||
| integer | parentLeft, | |||
| integer | parentTop, | |||
| boolean | isLeftAligned | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static String StyledTextUtils.Signature | ( | StyleRun extends | sr | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static integer StyledTextUtils.StartPos1B | ( | Range extends | r | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Boolean StringUtils.StartsWith | ( | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static Boolean StringUtils.StartsWithB | ( | ) | [static, inherited] |
This method extends another class (more details to be extracted later)
| static String MoreStringUtils.tailTrimmed | ( | string extends | inString, | |
| integer | startAt, | |||
| integer | strLen | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
This method extends another class (more details to be extracted later)
| static void StyleGridVisiting.VisitStylesWith | ( | StyleGrid extends | sg, | |
| StyleGridStyleVisitor | withVisitor | |||
| ) | [static, inherited] |
This method extends another class (more details to be extracted later)
1.5.1