|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IText3DElement
Provides access to members that control a Text3D graphic element.
Method Summary | |
---|---|
int |
getAlignment()
The text alignment. |
IPoint |
getAnchorPoint()
The height of text in world units. |
int |
getAxisRotation()
The rotation axis. |
double |
getDepth()
The depth of text in world units. |
String |
getFontName()
The TrueType font name. |
double |
getHeight()
The height of text in world units. |
int |
getJustification()
The justification of text. |
int |
getOrientationPlane()
The plane of orientation. |
double |
getRotationAngle()
The rotation angle about the rotation axis. |
String |
getText()
The text string. |
double |
getZAxisScale()
The adjustment factor for z axis. |
boolean |
isBoldFont()
Indicates if font style is bold. |
boolean |
isItalicFont()
Indicates if font style is italic. |
void |
setAlignment(int pAlignment)
The text alignment. |
void |
setAnchorPoint(IPoint ppAnchorPt)
The height of text in world units. |
void |
setAxisRotation(int pAxis)
The rotation axis. |
void |
setBoldFont(boolean pBoldFont)
Indicates if font style is bold. |
void |
setDepth(double pDepth)
The depth of text in world units. |
void |
setFontName(String pFontName)
The TrueType font name. |
void |
setHeight(double pHeight)
The height of text in world units. |
void |
setItalicFont(boolean pItalicFont)
Indicates if font style is italic. |
void |
setJustification(int pJustification)
The justification of text. |
void |
setOrientationPlane(int pPlane)
The plane of orientation. |
void |
setRotationAngle(double pAngle)
The rotation angle about the rotation axis. |
void |
setSurface(IFunctionalSurface rhs1)
The surface for draping. |
void |
setText(String pText)
The text string. |
void |
setZAxisScale(double pZScale)
The adjustment factor for z axis. |
boolean |
update()
Update graphic geometry with current parameters. |
Method Detail |
---|
String getText() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setText(String pText) throws IOException, AutomationException
pText
- The pText (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFontName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFontName(String pFontName) throws IOException, AutomationException
pFontName
- The pFontName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBoldFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoldFont(boolean pBoldFont) throws IOException, AutomationException
pBoldFont
- The pBoldFont (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isItalicFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItalicFont(boolean pItalicFont) throws IOException, AutomationException
pItalicFont
- The pItalicFont (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getAnchorPoint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnchorPoint(IPoint ppAnchorPt) throws IOException, AutomationException
ppAnchorPt
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(double pHeight) throws IOException, AutomationException
pHeight
- The pHeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDepth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDepth(double pDepth) throws IOException, AutomationException
pDepth
- The pDepth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJustification() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJustification(int pJustification) throws IOException, AutomationException
pJustification
- A com.esri.arcgis.carto.esriT3DJustification constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOrientationPlane() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrientationPlane(int pPlane) throws IOException, AutomationException
pPlane
- A com.esri.arcgis.carto.esriT3DOrientationPlane constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAlignment() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlignment(int pAlignment) throws IOException, AutomationException
pAlignment
- A com.esri.arcgis.carto.esriT3DAlignment constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAxisRotation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAxisRotation(int pAxis) throws IOException, AutomationException
pAxis
- A com.esri.arcgis.carto.esriT3DRotationAxis constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRotationAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotationAngle(double pAngle) throws IOException, AutomationException
pAngle
- The pAngle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZAxisScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZAxisScale(double pZScale) throws IOException, AutomationException
pZScale
- The pZScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSurface(IFunctionalSurface rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IFunctionalSurface (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean update() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |