public abstract class ViewColumn extends Object
Represents a column in a project view.
Modifier and Type | Method and Description |
---|---|
abstract int |
getField()
Returns a column field.
|
String |
getName()
Returns the column name.
|
int |
getStringAlignment()
Returns an alignment of the text (can be one of the values of the
StringAlignment enum). |
int |
getWidth()
Returns the column width.
|
abstract void |
setField(int value)
Sets column field.
|
void |
setStringAlignment(int value)
Sets an alignment of the text (can be one of the values of the
StringAlignment enum). |
public int getWidth()
Returns the column width.
public String getName()
Returns the column name.
public int getStringAlignment()
Returns an alignment of the text (can be one of the values of the StringAlignment
enum).
public void setStringAlignment(int value)
Sets an alignment of the text (can be one of the values of the StringAlignment
enum).
value
- an alignment of the text.public abstract int getField()
Returns a column field.
Field
.
public abstract void setField(int value)
Sets column field.
Field
.
value
- a column field.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.