AutoFilterSupport

AutoFilterSupport

概要

AutoFilterSupport は Java 用 Aspose.Cells FOSS のクラスです。

自動フィルタサポートのためのユーティリティメソッドを提供します。

方法

SignatureDescription
normalizeOptionalRange(value: String, parameterName: String)Stringオプションの範囲値を有効なセルまたは範囲参照に正規化します。
normalizeRequiredRange(value: String, parameterName: String)String必須の範囲値を有効なセルまたは範囲参照に正規化します。
tryNormalizeRange(value: String, normalized: String[])boolean範囲値を有効なセルまたは範囲参照に正規化しようとします。
normalizeText(value: String, parameterName: String)Stringテキストの前後の空白をトリムして正規化します。
normalizeOptionalText(value: String)Stringオプションのテキストを前後の空白をトリムして正規化します。
parseOperatorOrDefault(value: String)com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorTypeフィルター演算子文字列を FilterOperatorType に解析します。
tryParseOperator(value: String, operatorType: com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType[])booleanフィルター演算子文字列を FilterOperatorType に解析しようとします。
toOperatorName(operatorType: com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType)StringFilterOperatorType を文字列表現に変換します。
compareFilterColumns(left: com.aspose.cells_foss.core.AutoFilterModel.FilterColumnModel, right: com.aspose.cells_foss.core.AutoFilterModel.FilterColumnModel)int2 つのフィルター列モデルを列インデックスで比較します。
 日本語