フィルタ 
フィルタディスクリプタ 
com.sun.star.sheet.SheetFilterDescriptor
プロパティ | 型 | 説明 |
ContainsHeader | boolean | 列ラベルを含む範囲 |
CopyOutputData | boolean | フィルタ結果の貼り付けを使用 |
IsCaseSensitive | boolean | 大文字小文字を区別する |
MaxFieldCount | long | フィールド最大数(読み取り専用) |
Orientation | .table.TableOrientation | フィルター方向 |
OutputPosition | .table.CellAddress | 貼り付け時の貼り付け先 |
SaveOutputPosition | boolean | 貼り付け先位置の保存 |
SkipDuplicates | boolean | 重複なし |
UseRegularExpressions | boolean | 正規表現を使用 |
フィールド 
com.sun.star.sheet.TableFilterField
プロパティ | 型 | 説明 |
Connection | .sheet.FilterConnection | AND, OR |
Field | long | 条件にする列 |
Operator | .sheet.FilterOperator | com.sun.star.sheet.FilterOperator |
IsNumeric | boolean | 数値を使用 |
NumericValue | double | 数値のとき使用する値 |
StringValue | string | 文字列のときの値 |