(Leadtools.Annotations.Core)

WordWrap Property

Show in webframe





Gets or sets a value that indicates whether an AnnTextObject automatically wraps words to the beginning of the next line when necessary.
Syntax
public bool WordWrap {get; set;}
Public Property WordWrap As Boolean
public bool WordWrap {get; set;}
@property (nonatomic) bool wordWrap;
public boolean getWordWrap()
public void setWordWrap(boolean value)
            
 
get_WordWrap();
set_WordWrap(value);
Object.defineProperty('WordWrap');

Property Value

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

AnnTextObject will render multiline text as follows:

An AnnTextObject does not automatically resize itself when there is not enough space to render characters and words. The bounding rectangle can be changed programatically or through automation using the AnnRectangleObject.Rect property.

Requirements

Target Platforms

See Also

Reference

AnnTextObject Class
AnnTextObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.