Packages
 In this topic

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.fx   Previous This
Package
Next

 


Interface IFxTextConstants

public interface IFxTextConstants
{
  // Fields
  public static final char BKSP;
  public static final char CR;
  public static final char DEL;
  public static final int DIRLAYOUT;
  public static final int htaCenter;
  public static final int htaJustified;
  public static final int htaLeft;
  public static final int htaRight;
  public static final int htaScriptDefault;
  public static final int htaStretch;
  public static final char LF;
  public final static int OPAQUE_BODY;
  public final static int OPAQUE_POST;
  public final static int OPAQUE_PRIOR;
  public static final int SCRIPT_DEF;
  public static final char TAB;
  public static final int tdBT_LR;
  public static final int tdBT_RL;
  public static final int tdHebrewNormal;
  public static final int tdJapanTradNormal;
  public static final int tdLatinNormal;
  public static final int tdLeftToRightReading;
  public static final int tdLR_BT;
  public static final int tdLR_TB;
  public static final int tdMongolianNormal;
  public static final int tdRightToLeftReading;
  public static final int tdRL_BT;
  public static final int tdRL_TB;
  public static final int tdScriptDefault;
  public static final int tdTB_LR;
  public static final int tdTB_RL;
  public static final int tdVisualLayout;
  public static final int VISUAL_DEF;
  public static final int vtaBaseline;
  public static final int vtaBottom;
  public static final int vtaCenter;
  public static final int vtaScriptDefault;
  public static final int vtaStretch;
  public static final int vtaTop;
  public static final int wwCleanEdges;
  public static final int wwKeepWordIntact;
  public static final int wwMask;
  public static final int wwNone;
  public static final int wwTypeMask;
  public static final int wwVirtualRectEnd;
  public static final int wwVirtualRectSide;
  public static final int wwWrap;
}

This interface contains constants used in the text processing classes.

Fields

BKSP
A backspace.
CR
A carriage return.
DEL
A delete.
DIRLAYOUT
The direction layout.
htaCenter
The text is horizontally aligned to the center.
htaJustified
The horizontal text alignment is justified (currently not implemented).
htaLeft
The text is horizontally aligned to the left.
htaRight
The text is horizontally aligned to the right.
htaScriptDefault
The script default horizontal text alignment.
htaStretch
Horizontal text alignment stretch (currently not implemented).
LF
A line feed.
OPAQUE_BODY
Used by FxFormattedText objects to opaque the body of the text.
OPAQUE_POST
Used by FxFormattedText objects for opaquing text after the current textposition.
OPAQUE_PRIOR
Used by FxFormattedText objects for opaquing text prior to the current text position.
SCRIPT_DEF
The script default.
TAB
A tab.
tdBT_LR
The text direction is from bottom to top and from left to right.
tdBT_RL
The text direction is from bottom to top and from right to left.
tdHebrewNormal
The text direction is Hebrew Normal (right to left and top to bottom).
tdJapanTradNormal
Text direction is Japanese Traditional Normal (bottom to top and left to right).
tdLatinNormal
The text direction is Latin Normal (left to right and top to bottom).
tdLeftToRightReading
The text is read from left to right.
tdLR_BT
The text direction is from left to right and from bottom to top.
tdLR_TB
The text direction is from left to right and top to bottom (tdLatinNormal is an example of this).
tdMongolianNormal
The text direction is Mongolian Normal (bottom to top and right to left).
tdRightToLeftReading
The text is read from right to left.
tdRL_BT
The text direction is from right to left and from bottom to top.
tdRL_TB
The text direction is from right to left and from top to bottom.
tdScriptDefault
The default text direction for the current location.
tdTB_LR
The text direction is from top to bottom and from left to right.
tdTB_RL
The text direction is from top to bottom and from right to left.
tdVisualLayout
The current language uses a visual layout different from the logical layout. This is significant for languages such as Hebrew, which are read from right to left.
VISUAL_DEF
The visual default.
vtaBaseline
The text is vertically aligned to the baseline.
vtaBottom
The text is vertically aligned to the bottom.
vtaCenter
The text is vertically aligned to the center.
vtaScriptDefault
The script default vertical text alignment.
vtaStretch
The vertical text alignment stretch (currently not implemented).
vtaTop
The text is vertically aligned to the top.
wwCleanEdges
The word wrap wraps by using clean edges.
wwKeepWordIntact
The word wrap keeps words intact.
wwMask
The word wrap bitmask.
wwNone
The word wrap is not used.
wwTypeMask
The word wrap uses a type mask.
wwVirtualRectEnd
The word wrap wraps the end by using a virtual rectangle.
wwVirtualRectSide
The word wrap wraps the side by using a virtual rectangle.
wwWrap
The word wrap is used.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.