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 abstract int getField()
Returns a column field.
Field
.
public abstract void setField(int value)
Sets column field.
Field
.
value
- a column field.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 int getWidth()
Returns the column width.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.