com.spire.presentation.drawing
Enum PenAlignmentType
java.lang.Object
   java.lang.Enum<PenAlignmentType>
java.lang.Enum<PenAlignmentType>
       com.spire.presentation.drawing.PenAlignmentType
com.spire.presentation.drawing.PenAlignmentType
- All Implemented Interfaces: 
- java.lang.Comparable<PenAlignmentType>
- public enum PenAlignmentType 
- extends java.lang.Enum<PenAlignmentType>
Represents the lines alignment type.
 
 
NONE
public static final PenAlignmentType NONE
CENTER
public static final PenAlignmentType CENTER
INSET
public static final PenAlignmentType INSET
getName
public java.lang.String getName()
- 
 
getValue
public byte getValue()
- 
 
getPenAlignmentTypeFromValue
public static PenAlignmentType getPenAlignmentTypeFromValue(long value)
-