Package com.ms.fx |
|
 Previous |
 Contents |
 Index |
 Next |
Interface IFxTextConstants
Fields
public interface IFxTextConstants
{
// Fields
public static final char LF;
public static final char CR;
public static final char TAB;
public static final char DEL;
public static final char BKSP;
public final static int ADV_X;
public final static int ADV_XINCLUSIVE;
public final static int ADV_Y;
public final static int ADV_SKIP;
public final static int OPAQUE_PRIOR;
public final static int OPAQUE_BODY;
public final static int OPAQUE_POST;
public static final int vtaScriptDefault;
public static final int vtaTop;
public static final int vtaCenter;
public static final int vtaBaseline;
public static final int vtaBottom;
public static final int vtaStretch;
public static final int htaScriptDefault;
public static final int htaLeft;
public static final int htaCenter;
public static final int htaRight;
public static final int htaStretch;
public static final int htaJustified;
public static final int wwNone;
public static final int wwWrap;
public static final int wwKeepWordIntact;
public static final int wwTypeMask;
public static final int wwVirtualRectEnd;
public static final int wwVirtualRectSide;
public static final int wwCleanEdges;
public static final int wwMask;
public static final int MOVE_RIGHT;
public static final int MOVE_DOWN;
public static final int MOVE_LEFT;
public static final int MOVE_UP;
public static final int NEXT_DOWN;
public static final int NEXT_LEFT;
public static final int NEXT_UP;
public static final int NEXT_RIGHT;
public static final int DIRLAYOUT;
public static final int SCRIPT_DEF;
public static final int VISUAL_DEF;
public static final int tdLR_TB;
public static final int tdLR_BT;
public static final int tdTB_LR;
public static final int tdTB_RL;
public static final int tdRL_TB;
public static final int tdRL_BT;
public static final int tdBT_LR;
public static final int tdBT_RL;
public static final int tdScriptDefault;
public static final int tdVisualLayout;
public static final int tdLatinNormal;
public static final int tdHebrewNormal;
public static final int tdJapanTradNormal;
public static final int tdMongolianNormal;
public static final int tdRightToLeftReading;
public static final int tdLeftToRightReading;
}
These are constants used in the text processing classes.
- LF
- A line feed.
- CR
- A carriage return.
- TAB
- A tab.
- DEL
- A delete.
- BKSP
- A backspace.
- ADV_X
- Advance x.
- ADV_XINCLUSIVE
- Advance x inclusive.
- ADV_Y
- Advance y.
- ADV_SKIP
- Skip advance.
- OPAQUE_PRIOR
- Opaque prior to current position.
- OPAQUE_BODY
- Opaque body.
- OPAQUE_POST
- Opaque after current position.
- vtaScriptDefault
- Script default vertical text alignment.
- vtaTop
- Vertical text alignment top.
- vtaCenter
- Vertical text alignment center.
- vtaBaseline
- Vertical text alignment baseline.
- vtaBottom
- Vertical text alignment bottom.
- vtaStretch
- Vertical text alignment stretch.
- htaScriptDefault
- Script default horizontal text alignment.
- htaLeft
- Horizontal text alignment left.
- htaCenter
- Horizontal text alignment center.
- htaRight
- Horizontal text alignment right.
- htaStretch
- Horizontal text alignment stretch.
- htaJustified
- Horizontal text alignment justified.
- wwNone
- No word wrap.
- wwWrap
- Use word wrap.
- wwKeepWordIntact
- Keep words intact when word wrapping.
- wwTypeMask
- Word wrap using a type mask.
- wwVirtualRectEnd
- Word wrap the end using a virtual rectangle.
- wwVirtualRectSide
- Word wrap the side using a virtual rectangle.
- wwCleanEdges
- Word wrap using clean edges.
- wwMask
- Word wrap mask.
- MOVE_RIGHT
- Move right.
- MOVE_DOWN
- Move down.
- MOVE_LEFT
- Move left.
- MOVE_UP
- Move up.
- NEXT_DOWN
- Move to the next line down.
- NEXT_LEFT
- Move to the next left.
- NEXT_UP
- Move to the next up.
- NEXT_RIGHT
- Move to the next right.
- DIRLAYOUT
- Directory layout.
- SCRIPT_DEF
- Script definition.
- VISUAL_DEF
- Visual definition.
- tdLR_TB
- Text direction is from left to right and top to bottom (tdLatinNormal is an example of this).
- tdLR_BT
- Text direction is from left to right, bottom to top.
- tdTB_LR
- Text direction is from top to bottom, left to right.
- tdTB_RL
- Text direction is from top to bottom, right to left.
- tdRL_TB
- Text direction is from right to left, top to bottom.
- tdRL_BT
- Text direction is from right to left, bottom to top.
- tdBT_LR
- Text direction is from bottom to top, left to right.
- tdBT_RL
- Text direction is from bottom to top, right to left.
- tdScriptDefault
- Default text direction for the current location.
- tdVisualLayout
- The current language uses a visual layout different from logical layout. This is significant for languages such as Hebrew, which are read right to left.
- tdLatinNormal
- Text direction is Latin Normal (left to right, top to bottom).
- tdHebrewNormal
- Text direction is Hebrew Normal (right to left, top to bottom).
- tdJapanTradNormal
- Text direction is Japanese Traditional Normal (left to right, bottom to top).
- tdMongolianNormal
- Text direction is Mongolian Normal (right to left, bottom to top).
- tdRightToLeftReading
- Reading text direction is right to left.
- tdLeftToRightReading
- Reading text direction is left to right.