Adds a new straight segment to shape's text region, starting from the point specified as argument.
SyntaxVB6
Copy Code
|
|---|
Public Sub AddTextStraight( _ |
C++
Copy Code
|
|---|
public: |
RemarksThe segment ends at the first point of the next part added to the text region, or at the first point of the region if CompleteDefinition is called next. If text region is not defined for a shape, the shape's outline is used for formatting and rendering the text.
See Also