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

列挙クラス XlLegendPosition

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

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

    • LegendPositionBottom

      public static final XlLegendPosition LegendPositionBottom
      チャートの下
    • LegendPositionCorner

      public static final XlLegendPosition LegendPositionCorner
      チャートの右上
    • LegendPositionCustom

      public static final XlLegendPosition LegendPositionCustom
      カスタム
    • LegendPositionLeft

      public static final XlLegendPosition LegendPositionLeft
      チャートの左
    • LegendPositionRight

      public static final XlLegendPosition LegendPositionRight
      チャートの右
    • LegendPositionTop

      public static final XlLegendPosition LegendPositionTop
      チャートの上
  • メソッドの詳細

    • values

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

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

      public int getCode()
    • valueOf

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