クラスの使用
com.osboffice.osbxl.dto.DateTimeObjectWrapper
パッケージ
説明
java版osbxlのメインパッケージです。
java版osbxlのdtoオブジェクト(パラメーター入出力)を扱うパッケージです。
内部用途で用いるパッケージなので、使用しないでください。
-
com.osboffice.osbxlでのDateTimeObjectWrapperの使用
修飾子とタイプメソッド説明double
AppWrapper.App.getNumericValue
(DateTimeObjectWrapper dateTimeObject) double
AppWrapper.App.getNumericValue
(DateTimeObjectWrapper dateTimeObject, boolean is1904) double
AppWrapper.getNumericValue
(DateTimeObjectWrapper dateTimeObject) 日付時刻型オブジェクトからExcel内部でもっている数値の値(シリアル値)を取得します(ワークブックの年月形式:通常(最小値が1900/1/1))。double
AppWrapper.getNumericValue
(DateTimeObjectWrapper dateTimeObject, boolean is1904) 日付時刻型オブジェクトからExcel内部でもっている数値の値(シリアル値)を取得します。void
RangeWrapper.Range.setDateValue
(DateTimeObjectWrapper value) void
RangeWrapper.Range.setDateValue
(DateTimeObjectWrapper value, boolean forceString) void
RangeWrapper.Range.setDateValue
(DateTimeObjectWrapper value, boolean forceString, String numberFormat) void
RangeWrapper.setDateValue
(DateTimeObjectWrapper value) セル配置の値を設定します(日付時刻オブジェクト)。void
RangeWrapper.setDateValue
(DateTimeObjectWrapper value, boolean forceString) セル配置の値を設定します(日付時刻オブジェクト)。void
RangeWrapper.setDateValue
(DateTimeObjectWrapper value, boolean forceString, String numberFormat) セル配置の値を設定します(日付時刻オブジェクト)。修飾子とタイプメソッド説明void
AutoFilterWrapper.AutoFilter.setDateTimeGroupingFilter
(List<DateTimeObjectWrapper> filterVals, List<XlDateTimeGroupingType> filterTypes) void
AutoFilterWrapper.AutoFilter.setDateTimeGroupingFilter
(List<DateTimeObjectWrapper> filterVals, List<XlDateTimeGroupingType> filterTypes, int colId) void
AutoFilterWrapper.setDateTimeGroupingFilter
(List<DateTimeObjectWrapper> filterVals, List<XlDateTimeGroupingType> filterTypes) DateTimeGroupingFilter(表示日時(複数)によるフィルター: 先頭列)の設定を行います。void
AutoFilterWrapper.setDateTimeGroupingFilter
(List<DateTimeObjectWrapper> filterVals, List<XlDateTimeGroupingType> filterTypes, int colId) DateTimeGroupingFilter(表示日時(複数)によるフィルター)の設定を行います。void
AutoFilterWrapper.AutoFilter.setUniqueValuesDateTimeFilter
(List<DateTimeObjectWrapper> filterVals) void
AutoFilterWrapper.AutoFilter.setUniqueValuesDateTimeFilter
(List<DateTimeObjectWrapper> filterVals, int colId) void
AutoFilterWrapper.setUniqueValuesDateTimeFilter
(List<DateTimeObjectWrapper> filterVals) UniqueValueFilter(値(日付/時刻オブジェクト)の一意性によるフィルター: 先頭列)の設定を行います。void
AutoFilterWrapper.setUniqueValuesDateTimeFilter
(List<DateTimeObjectWrapper> filterVals, int colId) UniqueValueFilter(値(日付/時刻オブジェクト)の一意性によるフィルター)の設定を行います。 -
com.osboffice.osbxl.dtoでのDateTimeObjectWrapperの使用
修飾子とタイプメソッド説明CommentObjectWrapper.CommentObject.getCommentDate()
CommentObjectWrapper.getCommentDate()
コメント日時を取得します。InputValueObjectWrapper.getDateTimeValue()
投入値が日時時刻オブジェクトの場合、値を取得します。InputValueObjectWrapper.InputValueObject.getDateTimeValue()
修飾子とタイプメソッド説明void
CommentObjectWrapper.CommentObject.setCommentDate
(DateTimeObjectWrapper dt) void
CommentObjectWrapper.setCommentDate
(DateTimeObjectWrapper dt) コメント日時に日付時刻オブジェクトを適用します。void
InputValueObjectWrapper.InputValueObject.setDateTimeValue
(String A1C1, DateTimeObjectWrapper val) void
InputValueObjectWrapper.InputValueObject.setDateTimeValue
(String A1C1, DateTimeObjectWrapper val, boolean forceString) void
InputValueObjectWrapper.InputValueObject.setDateTimeValue
(String A1C1, DateTimeObjectWrapper val, boolean forceString, String numberFormat) void
InputValueObjectWrapper.setDateTimeValue
(String A1C1, DateTimeObjectWrapper val) 日付時刻オブジェクトを投入します。void
InputValueObjectWrapper.setDateTimeValue
(String A1C1, DateTimeObjectWrapper val, boolean forceString) 日付時刻オブジェクトを投入します。void
InputValueObjectWrapper.setDateTimeValue
(String A1C1, DateTimeObjectWrapper val, boolean forceString, String numberFormat) 日付時刻オブジェクトを投入します。 -
com.osboffice.osbxl.internalでのDateTimeObjectWrapperの使用