WordWrap Property (original) (raw)

Summary

Gets or sets a value that indicates whether an AnnTextObject automatically wraps words to the beginning of the next line when necessary.

Syntax

C#

Objective-C

C++/CLI

Java

Python

public bool WordWrap { get; set; } 
@property (nonatomic, assign) BOOL wordWrap; 

public boolean getWordWrap() public void setWordWrap(boolean wordWrap)

public: property bool WordWrap { bool get() void set(bool value) }

Property Value

true if the multiline AnnTextObject wraps words; otherwise, false. The default value is true.