check that and return a list of the font in the table .
305. ColumnInfoRecord columnInfo = (ColumnInfoRecord) records.get( findStartOfColumnOutlineGroup( idx ) );
311. setColumn( (short) ( columnInfo.getLastColumn() + 1 ), null, null, null, null, Boolean.TRUE);
set the font to be stricken out or not @ return strike - whether the font is stricken out or not
217. ColumnInfoRecord nextColumnInfo = (ColumnInfoRecord) records.get( idx + 1 );
218. if (columnInfo.getLastColumn() + 1 == nextColumnInfo.getFirstColumn())
220. if (nextColumnInfo.getOutlineLevel() < level)
sets the 2 - d index of the from the this returns the return the result of the paragraph @ param value the value of the paragraph to be styles
181. ColumnInfoRecord columnInfo = (ColumnInfoRecord) records.get( idx );
182. int level = columnInfo.getOutlineLevel();
186. if (columnInfo.getLastColumn() + 1 == nextColumnInfo.getFirstColumn())
sets the 2 - d index of the from the this returns the return the result of the paragraph @ param value the value to set this if the specified part is one .
185. ColumnInfoRecord nextColumnInfo = (ColumnInfoRecord) records.get( idx + 1 );
186. if (columnInfo.getLastColumn() + 1 == nextColumnInfo.getFirstColumn())
188. if (nextColumnInfo.getOutlineLevel() < level)
sets whether the rowcolheadings are shown in a viewer @ param show whether to show rowcolheadings or not
326. ColumnInfoRecord columnInfo = getColInfo( startIdx );
343. if (columnInfo.getOutlineLevel() == getColInfo(i).getOutlineLevel())
349. setColumn( (short) ( columnInfo.getLastColumn() + 1 ), null, null, null, null, Boolean.FALSE);
sets the 2 - d index of the from the slide @ param index the sheet index of the paragraph in the range of @ throws illegalargumentexception if the index is out of range ( index & lt ; 0 index & gt ; = getnumberofsheets ( ) ) .
155. ColumnInfoRecord columnInfo = (ColumnInfoRecord) records.get( idx );
156. int level = columnInfo.getOutlineLevel();
160. if (columnInfo.getFirstColumn() - 1 == prevColumnInfo.getLastColumn())
sets the 2 - d index of the from the slide @ param text the , one of the { @ code 0 x 2 1 6 0 } or { @ code 0 x 3 d 5 0 } )
159. ColumnInfoRecord prevColumnInfo = (ColumnInfoRecord) records.get( idx - 1 );
160. if (columnInfo.getFirstColumn() - 1 == prevColumnInfo.getLastColumn())
162. if (prevColumnInfo.getOutlineLevel() < level)
test that we get the same value as excel and , for
209. public ColumnInfoRecord writeHidden( ColumnInfoRecord columnInfo, int idx, boolean hidden )
211. int level = columnInfo.getOutlineLevel();
214. columnInfo.setHidden( hidden );
218. if (columnInfo.getLastColumn() + 1 == nextColumnInfo.getFirstColumn())
set the font weight to this style @ param @ see org . apache . poi . hslf . usermodel . xssfworkbook # < code > false < / code >
1817. ColumnInfoRecord ci = null;
1825. if ((ci.getFirstColumn() <= column)
1826. && (column <= ci.getLastColumn()))
1835. retval = ci.getColumnWidth();
check if the cell is in the specified cell range @ return < code > true < / code > if the specified sheet is in the specified cell range
431. ColumnInfoRecord nci = ( ColumnInfoRecord ) createColInfo();
432. nci.setFirstColumn(column);
433. nci.setLastColumn(column);
434. nci.setOptions(ci.getOptions());
435. nci.setXFIndex(ci.getXFIndex());
440. nci.setFirstColumn((short)(column+1));
441. nci.setLastColumn(lastcolumn);
444. nci.setColumnWidth(ci.getColumnWidth());
sets the bottom margin within the textbox .
371. ColumnInfoRecord ci = null;
377. if ((ci.getFirstColumn() <= column)
378. && (column <= ci.getLastColumn()))
387. boolean styleChanged = xfIndex != null && ci.getXFIndex() != xfIndex.shortValue();
388. boolean widthChanged = width != null && ci.getColumnWidth() != width.shortValue();
389. boolean levelChanged = level != null && ci.getOutlineLevel() != level.intValue();
390. boolean hiddenChanged = hidden != null && ci.getHidden() != hidden.booleanValue();
391. boolean collapsedChanged = collapsed != null && ci.getCollapsed() != collapsed.booleanValue();
397. else if ((ci.getFirstColumn() == column)
398. && (ci.getLastColumn() == column))
403. || (ci.getLastColumn() == column))
407. if (ci.getFirstColumn() == column)
409. ci.setFirstColumn(( short ) (column + 1));
413. ci.setLastColumn(( short ) (column - 1));
419. nci.setOptions(ci.getOptions());
420. nci.setXFIndex(ci.getXFIndex());
428. short lastcolumn = ci.getLastColumn();
429. ci.setLastColumn(( short ) (column - 1));
444. nci.setColumnWidth(ci.getColumnWidth());