public interface ViewTableFormat2 extends MemoryStructure
Modifier and Type | Interface and Description |
---|---|
static class |
ViewTableFormat2.Flag |
static class |
ViewTableFormat2.FormatSignature |
static class |
ViewTableFormat2.Spacing |
getData
int getLength()
ViewTableFormat2 setLength(int len)
short getBackgroundColor()
ViewTableFormat2 setBackgroundColor(short color)
short getV2BorderColor()
ViewTableFormat2 setV2BorderColor(short color)
FontStyle getTitleFont()
FontStyle getUnreadFont()
FontStyle getTotalsFont()
int getAutoUpdateSeconds()
ViewTableFormat2 setAutoUpdateSeconds(int seconds)
short getAlternateBackgroundColor()
ViewTableFormat2 setAlternateBackgroundColor(short color)
ViewTableFormat2.FormatSignature getSignature()
ViewTableFormat2 setSignature(ViewTableFormat2.FormatSignature sig)
short getLineCount()
ViewTableFormat2 setLineCount(short lineCount)
ViewTableFormat2.Spacing getSpacing()
ViewTableFormat2 setSpacing(ViewTableFormat2.Spacing spacing)
short getBackgroundColorExt()
ViewTableFormat2 setBackgroundColorExt(short color)
short getHeaderLineCount()
ViewTableFormat2 setHeaderLineCount(short lineCount)
Set<ViewTableFormat2.Flag> getFlags()
ViewTableFormat2 setFlags(Collection<ViewTableFormat2.Flag> flags)
Copyright © 2019–2021 HCL. All rights reserved.