Свойство | Type | Description | |
---|---|---|---|
m_icolCurr | int | ||
m_icolToWatch | int | ||
m_nColSpanCurr | int |
Méthode | Description | |
---|---|---|
AddTsString ( ITsString tss ) : void |
|
|
CloseParagraph ( ) : void |
update max string width info, if we haven't already done so.
|
|
CloseTableCell ( ) : void |
update max string width info, if we haven't already done so.
|
|
MaxStringWidthForColumnEnv ( IVwStylesheet stylesheet, ISilDataAccess sda, int hvoRoot, System graphics, int icolumn ) : System |
|
|
OpenParagraph ( ) : void |
|
|
OpenTableCell ( int nRowSpan, int nColSpan ) : void |
|
|
OpenTableRow ( ) : void |
|
Méthode | Description | |
---|---|---|
AddResultString ( string s ) : void |
|
|
AddStringWidth ( string s ) : void |
only update string width if we're in the column we're interested in.
|
|
CloseTheObject ( ) : void |
|
|
UpdateMaxStringWidth ( ) : void |
Updates the column width counter for auto-resizing Views columns.
|
Méthode | Description | |
---|---|---|
AddResultString ( string s, int ws ) : void | ||
GetFontFromWs ( int ws ) : |
||
SetFontToCurrentWs ( ) : void |
protected AddResultString ( string s ) : void | ||
s | string | |
Résultat | void |
protected AddStringWidth ( string s ) : void | ||
s | string | |
Résultat | void |
public AddTsString ( ITsString tss ) : void | ||
tss | ITsString | |
Résultat | void |
public MaxStringWidthForColumnEnv ( IVwStylesheet stylesheet, ISilDataAccess sda, int hvoRoot, System graphics, int icolumn ) : System | ||
stylesheet | IVwStylesheet | |
sda | ISilDataAccess | |
hvoRoot | int | |
graphics | System | |
icolumn | int | |
Résultat | System |
public OpenTableCell ( int nRowSpan, int nColSpan ) : void | ||
nRowSpan | int | |
nColSpan | int | |
Résultat | void |