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). |
ITextStyleModificationCallback |
getTextStyleModificationCallback()
Gets the callback which can be used to customize the appearance of the column's cells.
|
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). |
void |
setTextStyleModificationCallback(ITextStyleModificationCallback value)
Sets the callback which can be used to customize the appearance of the column's cells.
|
public abstract int getField()
Returns a column field.
Field
.
public abstract void setField(int value)
Sets column field.
Field
.
value
- a column field.public final String getName()
Returns the column name.
public final int getStringAlignment()
Returns an alignment of the text (can be one of the values of the StringAlignment
enum).
public final 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 final ITextStyleModificationCallback getTextStyleModificationCallback()
Gets the callback which can be used to customize the appearance of the column's cells.
public final void setTextStyleModificationCallback(ITextStyleModificationCallback value)
Sets the callback which can be used to customize the appearance of the column's cells.
value
- the callback which can be used to customize the appearance of the column's cells.public final int getWidth()
Returns the column width.
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.