CogOCVMaxPattern AddText Method Cognex VisionPro 9.8
Overload List

  NameDescription
Public methodAddText( Int32 )
Creates a new paragraph and appends it to the end of the current arrangement.
Public methodAddText(String)
Creates a new paragraph and appends it to the end of the current arrangement.
Public methodAddText( String )
Creates a new paragraph and appends it to the end of the current arrangement.
Public methodAddText( Int32 , CogOCVMaxCharacterIterator)
Inserts one or more characters at the character position specified by the supplied character iterator.
Public methodAddText( Int32 , CogOCVMaxLineIterator)
Creates a new line and inserts it at the line position specified by the line iterator.
Public methodAddText( Int32 , CogOCVMaxParagraphIterator)
Creates a new paragraph and inserts it in the arrangement at the position specified by the paragraph iterator.
Public methodAddText(String, CogOCVMaxCharacterIterator)
Inserts one or more characters at the character position specified by the character iterator.
Public methodAddText(String, CogOCVMaxLineIterator)
Creates a new line and inserts it at the line position specified by the line iterator.
Public methodAddText(String, CogOCVMaxParagraphIterator)
Creates a new paragraph and inserts it in the arrangement at the position specified by the paragraph iterator.
Public methodAddText( String , CogOCVMaxLineIterator)
Creates one or more new lines and inserts them at the line position specified by the line iterator.
Public methodAddText( String , CogOCVMaxParagraphIterator)
Creates a new paragraph and inserts it in the arrangement at the position specified by the paragraph iterator.
Top
See Also