Solid Edge FrameworkSupport Type Library
TextEdit Object Members
Overview 
Public Methods
Public Method ClearRemoves the currently active text from the editor.
Public Method ContinueNumberingAdds the selcted paragraphs to the last list and continues the numbered sequence
Public Method CopyPlaces a copy of the referenced object on the clipboard.
Public Method CutMoves the referenced object to the system clipboard.
Public Method DecreaseIndentDecrease the left indent of paragraphs in slection range
Public Method GetBulletListReturns whether the paragraph selection has bulleted list and its data if exists
Public Method GetFractionReturns the fraction data if it is there at insert index
Public Method GetNumberListReturns whether the paragraph selection has numbered list and its data if exists
Public Method GetSelectReturns the current selection range.
Public Method IncreaseIndentIncrease the left indent of paragraphs in slection range
Public Method InsertFractionInserts the fraction at insert index
Public Method PasteCopies the data from the system clipboard to the referenced object.
Public Method PointInsideBoxReturns True if the specified point lies inside the referenced TextBox object.
Public Method RestartNumberingStarts a new numbered sequence in the list
Public Method SetBulletListAssigns the bullet to the paragraph selection
Public Method SetNoListRemoves the number or bullet list for the paragraphs in selction range
Public Method SetNumberListCreates the numbered list over the paragraph selection
Public Method SetSelectAssigns the selection range start and end values.
Public Properties
Public Property AfterSpacingSets and returns the amount of space below the first line of the paragraph for the referenced text object.
Public Property AspectRatioSets and returns the character width-to-charager height ratio.
Public Property BeforeSpacingSets and returns the amount of space above the first line of the paragraph for the referenced text object.
Public Property BoldSpecifies whether or not the associated text is bold.
Public Property BulletSpecifies whether or not paragraph bulleting is turned on.
Public Property CharactersSets and returns character data for the referenced TextEdit object.
Public Property CharacterSpacingSets and returns the spacing between characters for the associated text.
Public Property ColorSets or returns the color of the referenced text.
Public Property FirstLineIndentSets and returns the distance from the margin to the start of the line.
Public Property FontSets and returns the name of the font.
Public Property HorizontalAlignmentSets and returns the horizontal alignment of the text within a paragraph.
Public Property InsertIndexSets and returns the index at which the next character will be inserted for the referenced TextEdit object.
Public Property IsEmptySpecifies whether or not the referenced object is empty.
Public Property ItalicSpecifies whether or not the associated text is italic.
Public Property LanguageSets and returns the language in which the text is written.
Public Property LeftIndentSets and returns the distance from the left margin to the end of the line.
Public Property LineSpacingSets and returns the amount of space between two lines in a paragraph for the referenced object.
Public Property LineSpacingTypeSets and returns the Line Spacing type for the referenced TextBox object.
Public Property NameReturns the name of the referenced object.
Public Property NumberSpecifies whether or not paragraph numbering is turned on.
Public Property NumberingStartValueSets the start value for the referenced numbered list
Public Property RightIndentSets and returns the distance from the right margin to the end of the line.
Public Property SpecialIndentTypeSets and returns the Special Indent type None, First line, or Hanging
Public Property SubScriptSpecifies whether or not the associated text is subscripted.
Public Property SuperScriptSpecifies whether or not the associated text is superscripted.
Public Property TextScaleSets and returns the text scale of the object.
Public Property TextSizeSets and returns the size of the text for the referenced object.
Public Property UnderLineSpecifies whether or not the associated text is underlined.
Public Property VerticalPositionSets and returns the vertical position of superscript and subscript text.
See Also

TextEdit Object

Send comments on this topic.