Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::text::TextControlAttributes Enumeration
C++
enum TextControlAttributes {
  TEXT_NORMAL = 0x00,
  TEXT_VERTICAL = 0x01,
  TEXT_CENTER = 0x02,
  TEXT_RIGHT = 0x04,
  TEXT_FRAME_BUMP = 0x10,
  TEXT_FRAME_DENT = 0x20
};
Members 
Description 
TEXT_NORMAL = 0x00 
Normal Text. 
TEXT_VERTICAL = 0x01 
Text is centered vertical, else it is top aligned. 
TEXT_CENTER = 0x02 
Text is center justified. 
TEXT_RIGHT = 0x04 
Text is right justified. 
TEXT_FRAME_BUMP = 0x10 
frame of the text control is bump frame (1 up, 1 down thin frame) 
TEXT_FRAME_DENT = 0x20 
Frame of control is a dent (1 down, 1 up ) 

Attributes which can be passed to SetTextControlAttributes.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!