public final class WorkbookRecordList
extends java.lang.Object | Constructor and Description |
|---|
WorkbookRecordList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int pos, Record r) |
Record |
get(int i) |
int |
getBackuppos() |
int |
getBspos() |
int |
getExternsheetPos()
Returns the externsheetPos.
(返回 externsheetPos。)
|
int |
getFontpos() |
int |
getNamepos()
Returns the namepos.
(返回名称位置。)
|
int |
getPalettepos() |
int |
getProtpos() |
java.util.List<Record> |
getRecords() |
int |
getSupbookpos()
Returns the supbookpos.
(返回 supbookpos。)
|
int |
getTabpos() |
int |
getXfpos() |
void |
remove(int pos) |
void |
remove(java.lang.Object record)
Find the given record in the record list by identity and removes it
(通过身份在记录列表中找到给定的记录并将其删除)
|
void |
setBackuppos(int backuppos) |
void |
setBspos(int bspos) |
void |
setExternsheetPos(int externsheetPos)
Sets the externsheetPos.
(设置 externsheetPos。)
|
void |
setFontpos(int fontpos) |
void |
setNamepos(int namepos)
Sets the namepos.
(设置名称位置。)
|
void |
setPalettepos(int palettepos) |
void |
setProtpos(int protpos) |
void |
setRecords(java.util.List<Record> records) |
void |
setSupbookpos(int supbookpos)
Sets the supbookpos.
(设置支持书位置。)
|
void |
setTabpos(int tabpos) |
void |
setXfpos(int xfpos) |
int |
size() |
public void setRecords(java.util.List<Record> records)
public int size()
public Record get(int i)
public void add(int pos,
Record r) public java.util.List<Record> getRecords()
public void remove(java.lang.Object record)
record - the identical record to be searched for
(记录 - 要搜索的相同记录)
public void remove(int pos)
public int getProtpos()
public void setProtpos(int protpos)
public int getBspos()
public void setBspos(int bspos)
public int getTabpos()
public void setTabpos(int tabpos)
public int getFontpos()
public void setFontpos(int fontpos)
public int getXfpos()
public void setXfpos(int xfpos)
public int getBackuppos()
public void setBackuppos(int backuppos)
public int getPalettepos()
public void setPalettepos(int palettepos)
public int getNamepos()
public int getSupbookpos()
public void setNamepos(int namepos)
namepos - The namepos to set
(namepos - 要设置的名称位置)
public void setSupbookpos(int supbookpos)
supbookpos - The supbookpos to set
(supbookpos - 要设置的 supbookpos)
public int getExternsheetPos()
public void setExternsheetPos(int externsheetPos)
externsheetPos - The externsheetPos to set
(externsheetPos - 要设置的 externsheetPos)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.