CATAnnotationUseItf Enumeration CATDrwAnchorPoint

enum CATDrwAnchorPoint {
  CATDrwTopLeft,
  CATDrwTopCenter,
  CATDrwTopRight,
  CATDrwMiddleLeft,
  CATDrwMiddleCenter,
  CATDrwMiddleRight,
  CATDrwBottomLeft,
  CATDrwBottomCenter,
  CATDrwBottomRight,
  CATDrwCapLeft,
  CATDrwCapCenter,
  CATDrwCapRight,
  CATDrwHalfLeft,
  CATDrwHalfCenter,
  CATDrwHalfRight,
  CATDrwBaseLeft,
  CATDrwBaseCenter,
  CATDrwBaseRight,
  CATDrwFrameTopLeft,
  CATDrwFrameTopCenter,
  CATDrwFrameTopRight,
  CATDrwFrameMiddleLeft,
  CATDrwFrameMiddleCenter,
  CATDrwFrameMiddleRight,
  CATDrwFrameBottomLeft,
  CATDrwFrameBottomCenter,
  CATDrwFrameBottomRight,
  CATDrwSymbolTopLeft,
  CATDrwSymbolTopCenter,
  CATDrwSymbolTopRight,
  CATDrwSymbolMiddleLeft,
  CATDrwSymbolMiddleCenter,
  CATDrwSymbolMiddleRight,
  CATDrwSymbolBottomLeft,
  CATDrwSymbolBottomCenter,
  CATDrwSymbolBottomRight
}
Anchor point of a text block.
Values:
CATDrwTopLeft
Anchor point is at the top left of the text box.
CATDrwMiddleLeft
Anchor point is at the middle left of the text box.
CATDrwBottomLeft
Anchor point is at the bottom left of the text box.
CATDrwTopCenter
Anchor point is at the top center of the text box.
CATDrwMiddleCenter
Anchor point is at the middle center of the text box.
CATDrwBottomCenter
Anchor point is at the bottom center of the text box.
CATDrwTopRight
Anchor point is at the top right of the text box.
CATDrwMiddleRight
Anchor point is at the middle right of the text box.
CATDrwBottomRight
Anchor point is at the bottom right of the text box.
CATDrwCapLeft
Anchor point is on the left of the cap line of text block first line.
CATDrwHalfLeft
Anchor point is at the middle left of the text box.
CATDrwBaseLeft
Anchor point is on the left of the base line of text block last line.
CATDrwCapCenter
Anchor point is at the center of the cap line of text block first line.
CATDrwHalfCenter
Anchor point is at the middle center of the text box.
CATDrwBaseCenter
Anchor point is at the center of the base line of text block last line.
CATDrwCapRight
Anchor point is on the right of the cap line of text block first line.
CATDrwHalfRight
Anchor point is at the middle right of the text box.
CATDrwBaseRight
Anchor point is on the right of the base line of text block last line.
See also:

This object is included in the file: CATDrwTextPropertiesEnum.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.