パッケージ com.osboffice.osbxl.enums

列挙クラス XlPresetRefrectionType

java.lang.Object
java.lang.Enum<XlPresetRefrectionType>
com.osboffice.osbxl.enums.XlPresetRefrectionType
すべての実装されたインタフェース:
Serializable, Comparable<XlPresetRefrectionType>, Constable

public enum XlPresetRefrectionType extends Enum<XlPresetRefrectionType>
XlPresetRefrectionType列挙体
  • 列挙型定数の詳細

    • PresetRefrectionTypeNone

      public static final XlPresetRefrectionType PresetRefrectionTypeNone
      リフレクションなし
    • PresetRefrectionTypeTight

      public static final XlPresetRefrectionType PresetRefrectionTypeTight
      タイトなリフレクション
    • PresetRefrectionTypeHalf

      public static final XlPresetRefrectionType PresetRefrectionTypeHalf
      ハーフリフレクション
    • PresetRefrectionTypeFull

      public static final XlPresetRefrectionType PresetRefrectionTypeFull
      フルリフレクション
    • PresetRefrectionTypeTight4pt

      public static final XlPresetRefrectionType PresetRefrectionTypeTight4pt
      タイト(4pt)なリフレクション
    • PresetRefrectionTypeHalf4pt

      public static final XlPresetRefrectionType PresetRefrectionTypeHalf4pt
      ハーフ(4pt)リフレクション
    • PresetRefrectionTypeFull4pt

      public static final XlPresetRefrectionType PresetRefrectionTypeFull4pt
      フル(4pt)リフレクション
    • PresetRefrectionTypeTight8pt

      public static final XlPresetRefrectionType PresetRefrectionTypeTight8pt
      タイト(8pt)なリフレクション
    • PresetRefrectionTypeHalf8pt

      public static final XlPresetRefrectionType PresetRefrectionTypeHalf8pt
      ハーフ(8pt)リフレクション
    • PresetRefrectionTypeFull8pt

      public static final XlPresetRefrectionType PresetRefrectionTypeFull8pt
      フル(8pt)リフレクション
  • メソッドの詳細

    • values

      public static XlPresetRefrectionType[] values()
      この列挙クラスの定数を含む配列を宣言されている順序で 返します。
      戻り値:
      この列挙クラスの定数を宣言されている順序で含む配列
    • valueOf

      public static XlPresetRefrectionType valueOf(String name)
      このクラスの列挙型定数を指定した名前で返します。 文字列は、このクラスの列挙型定数の宣言に使用された識別子と正確に 一致する必要があります。(余分な空白文字は使用 できません。)
      パラメータ:
      name - 返される列挙型定数の名前。
      戻り値:
      指定した名前の列挙型定数
      例外:
      IllegalArgumentException - この列挙クラスに、指定した名前の定数がない場合
      NullPointerException - 引数がnullの場合
    • getCode

      public int getCode()
    • valueOf

      public static XlPresetRefrectionType valueOf(int code)
      このクラスの列挙型定数を指定した名前で返します。 文字列は、このクラスの列挙型定数の宣言に使用された識別子と正確に 一致する必要があります。(余分な空白文字は使用 できません。)
      パラメータ:
      code - 返される列挙型定数の名前。
      戻り値:
      指定した名前の列挙型定数
      例外:
      IllegalArgumentException - この列挙クラスに、指定した名前の定数がない場合
      NullPointerException - 引数がnullの場合