public class VIEW_TABLE_FORMAT2 extends BaseStruct
Modifier and Type | Field and Description |
---|---|
static int |
_AlternateBackgroundColor |
static int |
_AutoUpdateSeconds |
static int |
_BackgroundColor |
static int |
_BackgroundColorExt |
static int |
_Flags1 |
static int |
_HeaderLineCount |
static int |
_Length |
static int |
_LineCount |
static int |
_Spacing |
static int |
_Spare |
static int |
_TitleFont |
static int |
_TotalsFont |
static int |
_UnreadFont |
static int |
_V2BorderColor |
static int |
_wSig |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
VIEW_TABLE_FORMAT2() |
VIEW_TABLE_FORMAT2(long data) |
VIEW_TABLE_FORMAT2(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
short |
getAlternateBackgroundColor() |
short |
getAutoUpdateSeconds() |
short |
getBackgroundColor() |
short |
getBackgroundColorExt() |
byte |
getFlags1() |
byte |
getHeaderLineCount() |
short |
getLength() |
byte |
getLineCount() |
byte |
getSpacing() |
int |
getTitleFont() |
int |
getTotalsFont() |
int |
getUnreadFont() |
short |
getV2BorderColor() |
short |
getWSig() |
void |
setAlternateBackgroundColor(short alternateBackgroundColor) |
void |
setAutoUpdateSeconds(short autoUpdateSeconds) |
void |
setBackgroundColor(short backgroundColor) |
void |
setBackgroundColorExt(short backgroundColorExt) |
void |
setFlags1(byte flags1) |
void |
setHeaderLineCount(byte headerLineCount) |
void |
setLength(short length) |
void |
setLineCount(byte lineCount) |
void |
setSpacing(byte spacing) |
void |
setTitleFont(int titleFont) |
void |
setTotalsFont(int totalsFont) |
void |
setUnreadFont(int unreadFont) |
void |
setV2BorderColor(short v2BorderColor) |
void |
setWSig(short wsig) |
_checkRefValidity, _getBYTE, _getDHandle, _getDWORD, _getFONTID, _getHTMLAPI_REF_TYPE, _getInt, _getLong, _getNOTEID, _getPointer, _getUSHORT, _getWORD, _setBYTE, _setDHandle, _setDWORD, _setFONTID, _setInt, _setLong, _setNOTEID, _setUSHORT, _setWORD, finalize, free, free, getAllocatedStructCount, getDataPtr, getField, isRefValid, isTraceCreation, setDataPtr, setTraceCreation, toString
public static final int sizeOf
public static final int _Length
public static final int _BackgroundColor
public static final int _V2BorderColor
public static final int _TitleFont
public static final int _UnreadFont
public static final int _TotalsFont
public static final int _AutoUpdateSeconds
public static final int _AlternateBackgroundColor
public static final int _wSig
public static final int _LineCount
public static final int _Spacing
public static final int _BackgroundColorExt
public static final int _HeaderLineCount
public static final int _Flags1
public static final int _Spare
public VIEW_TABLE_FORMAT2()
public VIEW_TABLE_FORMAT2(long data)
public VIEW_TABLE_FORMAT2(long data, boolean owned)
public short getLength()
public void setLength(short length)
public short getBackgroundColor()
public void setBackgroundColor(short backgroundColor)
public short getV2BorderColor()
public void setV2BorderColor(short v2BorderColor)
public int getTitleFont()
public void setTitleFont(int titleFont)
public int getUnreadFont()
public void setUnreadFont(int unreadFont)
public int getTotalsFont()
public void setTotalsFont(int totalsFont)
public short getAutoUpdateSeconds()
public void setAutoUpdateSeconds(short autoUpdateSeconds)
public short getAlternateBackgroundColor()
public void setAlternateBackgroundColor(short alternateBackgroundColor)
public short getWSig()
public void setWSig(short wsig)
public byte getLineCount()
public void setLineCount(byte lineCount)
public byte getSpacing()
public void setSpacing(byte spacing)
public short getBackgroundColorExt()
public void setBackgroundColorExt(short backgroundColorExt)
public byte getHeaderLineCount()
public void setHeaderLineCount(byte headerLineCount)
public byte getFlags1()
public void setFlags1(byte flags1)
Copyright © 2014–2018. All rights reserved.