Enum Class StrokeStyle.LineDash

java.lang.Object
java.lang.Enum<StrokeStyle.LineDash>
org.apache.poi.sl.usermodel.StrokeStyle.LineDash
All Implemented Interfaces:
Serializable, Comparable<StrokeStyle.LineDash>, Constable
Enclosing interface:
StrokeStyle

public static enum StrokeStyle.LineDash extends Enum<StrokeStyle.LineDash>
The line dash with pattern. The pattern is derived empirically on PowerPoint 2010 and needs to be multiplied with actual line width
  • Enum Constant Details

  • Field Details

    • pattern

      public final int[] pattern
    • nativeId

      public final int nativeId
    • ooxmlId

      public final int ooxmlId
  • Method Details

    • values

      public static StrokeStyle.LineDash[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static StrokeStyle.LineDash valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromNativeId

      public static StrokeStyle.LineDash fromNativeId(int nativeId)
    • fromOoxmlId

      public static StrokeStyle.LineDash fromOoxmlId(int ooxmlId)