com.crystaldecisions.sdk.occa.report.definition
Interface ITabStop

All Superinterfaces:
IClone
All Known Implementing Classes:
TabStop

public interface ITabStop
extends IClone

This interface enables you to get and set tab stop values for a paragraph object.


Method Summary
 Alignment getAlignment()
          Returns the alignment.
 int getXOffset()
          Returns the XOffset for the tab position.
 void setAlignment(Alignment alignment)
          Sets the alignment.
 void setXOffset(int xOffset)
          Sets the XOffset for the tab position.
 

Method Detail

getAlignment

Alignment getAlignment()

Returns the alignment.

Returns:
The alignment as Alignment.

getXOffset

int getXOffset()

Returns the XOffset for the tab position.

Returns:
The XOffset for the tab position as an int.

setAlignment

void setAlignment(Alignment alignment)

Sets the alignment.

Parameters:
alignment - The alignment as Alignment.

setXOffset

void setXOffset(int xOffset)

Sets the XOffset for the tab position.

Parameters:
xOffset - The XOffset for the tab position as an int.