com.esri.arcgis.display
Interface IMarginProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
ParagraphTextElement, TextSymbol

public interface IMarginProperties
extends Serializable

Provides access to members that control uniform text margin properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 double getMargin()
          Value for the margin.
 void setMargin(double margin)
          Value for the margin.
 

Method Detail

getMargin

double getMargin()
                 throws IOException,
                        AutomationException
Value for the margin.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The margin
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMargin

void setMargin(double margin)
               throws IOException,
                      AutomationException
Value for the margin.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
margin - The margin (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.