|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextMargins
COM Interface 'ITextMargins'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the text margins.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID6a7ef982_6924_11d2_980d_0080c7e04196
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
double |
getBottomMargin()
Value for the bottom margin. |
double |
getLeftMargin()
Value for the left margin. |
double |
getRightMargin()
Value for the right margin. |
double |
getTopMargin()
Value for the top margin. |
void |
putMargins(double left,
double top,
double right,
double bottom)
Sets the margins. |
void |
queryMargins(double[] left,
double[] top,
double[] right,
double[] bottom)
Returns the margins. |
void |
setBottomMargin(double bottomMargin)
Value for the bottom margin. |
void |
setLeftMargin(double leftMargin)
Value for the left margin. |
void |
setRightMargin(double rightMargin)
Value for the right margin. |
void |
setTopMargin(double topMargin)
Value for the top margin. |
| Field Detail |
|---|
static final int IID6a7ef982_6924_11d2_980d_0080c7e04196
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
double getLeftMargin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLeftMargin(double leftMargin)
throws java.io.IOException,
AutomationException
leftMargin - The leftMargin (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getRightMargin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRightMargin(double rightMargin)
throws java.io.IOException,
AutomationException
rightMargin - The rightMargin (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getTopMargin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTopMargin(double topMargin)
throws java.io.IOException,
AutomationException
topMargin - The topMargin (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getBottomMargin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBottomMargin(double bottomMargin)
throws java.io.IOException,
AutomationException
bottomMargin - The bottomMargin (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putMargins(double left,
double top,
double right,
double bottom)
throws java.io.IOException,
AutomationException
left - The left (in)top - The top (in)right - The right (in)bottom - The bottom (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryMargins(double[] left,
double[] top,
double[] right,
double[] bottom)
throws java.io.IOException,
AutomationException
left - The left (out: use single element array)top - The top (out: use single element array)right - The right (out: use single element array)bottom - The bottom (out: use single element array)
java.io.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 | ||||||||