Package com.microstrategy.web.objects
Interface WebColumn
-
public interface WebColumn- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDepth()Returns the depth (starting from 1) of this object in its template unit.java.lang.StringgetKey()java.lang.StringgetName()WebObjectInfogetTarget()intgetType()intgetWidth()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getTarget
WebObjectInfo getTarget()
- Returns:
- WebObjectInfo the object on this template unit.
-
getType
int getType()
- Returns:
- int
EnumDSSXMLColumnClass.
-
getDepth
int getDepth()
Returns the depth (starting from 1) of this object in its template unit. This is only useful when refering to subtitles - in other cases where there is only one object in the template unit, 1 is returned.- Returns:
- int the depth (starts from 1) in its template unit.
-
getWidth
int getWidth()
- Returns:
- int width of the column in pixels.
-
getKey
java.lang.String getKey()
- Returns:
- String column identifier.
-
-