[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.TextBoxShape

TextBoxShape Class

Represents an text embedded in a shape container.

Namespace: C1.WPF.Word.Canvas
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class TextBoxShape : FilledShape, IRtfContent, IEnumerable

Constructors

Name Description
TextBoxShape()

Initializes a new instance of an TextBoxShape.

TextBoxShape(IShapeContainer, string, int, int, int, int)

Initializes a new instance of an TextBoxShape.

TextBoxShape(string)

Initializes a new instance of an TextBoxShape.

TextBoxShape(string, int, int)

Initializes a new instance of an TextBoxShape.

TextBoxShape(string, int, int, int, int)

Initializes a new instance of an TextBoxShape.

Properties

Name Description
NextTextBox

Gets or sets next linked TextBoxShape.

TextFlow

Gets or sets text flow parameter.

TextMarginBottom

Gets or sets bottom internal margin (in twips * 32.5 / RTF dyTextBottom).

TextMarginLeft

Gets or sets left internal margin (in twips * 32.5 / RTF dxTextLeft).

TextMarginRight

Gets or sets right internal margin (in twips * 32.5 / RTF dxTextRight).

TextMarginTop

Gets or sets top internal margin (in twips * 32.5 / RTF dyTextTop).