com.spire.doc
Enum CaptionPosition

java.lang.Object
  extended by java.lang.Enum<CaptionPosition>
      extended by com.spire.doc.CaptionPosition
All Implemented Interfaces:
java.lang.Comparable<CaptionPosition>

public enum CaptionPosition
extends java.lang.Enum<CaptionPosition>

Position of Image Caption Numbering


Enum Constant Summary
Above_Image
          Above the Image.
Above_Item
          Above the Item.
After_Image
          Below the image.
Below_Item
          Below the Item.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Above_Image

public static final CaptionPosition Above_Image
Above the Image.


After_Image

public static final CaptionPosition After_Image
Below the image.


Above_Item

public static final CaptionPosition Above_Item
Above the Item.


Below_Item

public static final CaptionPosition Below_Item
Below the Item.

Method Detail

getValue

public int getValue()