列挙クラスの使用
com.osboffice.osbxl.enums.XlPrintLocation
パッケージ
説明
java版osbxlのdtoオブジェクト(パラメーター入出力)を扱うパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxl.dtoでのXlPrintLocationの使用
修飾子とタイプメソッド説明PageSetupObjectWrapper.getPrintComments()
シートにコメントを印刷する方法を取得します。PageSetupObjectWrapper.PageSetupObject.getPrintComments()
修飾子とタイプメソッド説明void
PageSetupObjectWrapper.PageSetupObject.setPrintComments
(XlPrintLocation location) void
PageSetupObjectWrapper.setPrintComments
(XlPrintLocation location) シートにコメントを印刷する方法を設定します。 -
com.osboffice.osbxl.enumsでのXlPrintLocationの使用
修飾子とタイプメソッド説明static XlPrintLocation
XlPrintLocation.valueOf
(int code) このクラスの列挙型定数を指定した名前で返します。static XlPrintLocation
このクラスの列挙型定数を指定した名前で返します。static XlPrintLocation[]
XlPrintLocation.values()
この列挙クラスの定数を含む配列を宣言されている順序で 返します。