←Select platform

SvgTextCharacterFlags Enumeration

Summary

Text character position flags

Syntax

C#
VB
Java
Objective-C
C++
[FlagsAttribute()] 
public enum SvgTextCharacterFlags  
<FlagsAttribute()> 
Public Enum SvgTextCharacterFlags  
    
typedef NS_OPTIONS(NSUInteger, LTSvgTextCharacterFlags) 
public enum SvgTextCharacterFlags 
[FlagsAttribute()] 
public enum class SvgTextCharacterFlags  

Members

ValueMemberDescription
0x00000000None None
0x00000001EndOfWord The last character in a word
0x00000002EndOfLine The last character in a line
0x00000004LineBreak xxxxxxxxxxxxxxxxxxxx
Remarks

Value for SvgTextData.CharacterFlags.

The SVG engine will set LineBreak in SvgTextData.CharacterFlags for characters that may be treated by the processing software as the last character of a line.

For example, if the original text has multiple columns, then the last character of each column will have this value while the last character of the full line will have EndOfLine. This is used by the LEADTOOLS Document Viewer when performing interactive text selection to determine whether to select the whole line or go to the next line.

Requirements

Target Platforms

See Also

Reference

Leadtools.Svg Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly