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

列挙クラス XlPresetShadowType

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

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

    • PresetShadowTypeOuterBottomRight

      public static final XlPresetShadowType PresetShadowTypeOuterBottomRight
      右下端アウターシャドウ
    • PresetShadowTypeOuterBottom

      public static final XlPresetShadowType PresetShadowTypeOuterBottom
      下端アウターシャドウ
    • PresetShadowTypeOuterBottomLeft

      public static final XlPresetShadowType PresetShadowTypeOuterBottomLeft
      下左端アウターシャドウ
    • PresetShadowTypeOuterRight

      public static final XlPresetShadowType PresetShadowTypeOuterRight
      右端アウターシャドウ
    • PresetShadowTypeOuterCenter

      public static final XlPresetShadowType PresetShadowTypeOuterCenter
      中央アウターシャドウ
    • PresetShadowTypeOuterLeft

      public static final XlPresetShadowType PresetShadowTypeOuterLeft
      中央アウターシャドウ
    • PresetShadowTypeOuterTopRight

      public static final XlPresetShadowType PresetShadowTypeOuterTopRight
      右上端アウターシャドウ
    • PresetShadowTypeOuterTop

      public static final XlPresetShadowType PresetShadowTypeOuterTop
      上端アウターシャドウ
    • PresetShadowTypeOuterTopLeft

      public static final XlPresetShadowType PresetShadowTypeOuterTopLeft
      左上端アウターシャドウ
    • PresetShadowTypeInnerBottomRight

      public static final XlPresetShadowType PresetShadowTypeInnerBottomRight
      右下端インナーシャドウ
    • PresetShadowTypeInnerBottom

      public static final XlPresetShadowType PresetShadowTypeInnerBottom
      下端インナーシャドウ
    • PresetShadowTypeInnerBottomLeft

      public static final XlPresetShadowType PresetShadowTypeInnerBottomLeft
      左下端インナーシャドウ
    • PresetShadowTypeInnerRight

      public static final XlPresetShadowType PresetShadowTypeInnerRight
      右端インナーシャドウ
    • PresetShadowTypeInnerCenter

      public static final XlPresetShadowType PresetShadowTypeInnerCenter
      中央インナーシャドウ
    • PresetShadowTypeInnerLeft

      public static final XlPresetShadowType PresetShadowTypeInnerLeft
      左端インナーシャドウ
    • PresetShadowTypeInnerTopRight

      public static final XlPresetShadowType PresetShadowTypeInnerTopRight
      右上端インナーシャドウ
    • PresetShadowTypeInnerTop

      public static final XlPresetShadowType PresetShadowTypeInnerTop
      上端インナーシャドウ
    • PresetShadowTypeInnerTopLeft

      public static final XlPresetShadowType PresetShadowTypeInnerTopLeft
      左上端インナーシャドウ
    • PresetShadowTypePerspectiveUpperLeft

      public static final XlPresetShadowType PresetShadowTypePerspectiveUpperLeft
      左上パースペクティブシャドウ
    • PresetShadowTypePerspectiveUpperRight

      public static final XlPresetShadowType PresetShadowTypePerspectiveUpperRight
      右上パースペクティブシャドウ
    • PresetShadowTypePerspectiveBelow

      public static final XlPresetShadowType PresetShadowTypePerspectiveBelow
      下パースペクティブシャドウ
    • PresetShadowTypePerspectiveLowerLeft

      public static final XlPresetShadowType PresetShadowTypePerspectiveLowerLeft
      左下パースペクティブシャドウ
    • PresetShadowTypePerspectiveLowerRight

      public static final XlPresetShadowType PresetShadowTypePerspectiveLowerRight
      右下パースペクティブシャドウ
  • メソッドの詳細

    • values

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

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

      public int getCode()
    • valueOf

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