fontvertialalignmenttype-ag凯发旗舰厅



com.spire.xls
enum fontvertialalignmenttype

java.lang.object
  extended by java.lang.enum<fontvertialalignmenttype>
      extended by com.spire.xls.fontvertialalignmenttype
all implemented interfaces:
java.lang.comparable<fontvertialalignmenttype>

public enum fontvertialalignmenttype
extends java.lang.enum<fontvertialalignmenttype>

defines the possible settings for vertical alignment of a run of text. this is used to get superscript or subscript text without altering the font size properties of the rest of the text run.


enum constant summary
baseline
          returns the text in this run to the baseline, default, alignment, and returns it to the original font size.
subscript
          specifies that this text should be subscript.
superscript
          specifies that this text should be superscript.
 
enum constant detail

baseline

public static final fontvertialalignmenttype baseline
returns the text in this run to the baseline, default, alignment, and returns it to the original font size.

superscript

public static final fontvertialalignmenttype superscript
specifies that this text should be superscript. raises the text in this run above the baseline and changes it to a smaller size, if a smaller size is available.

subscript

public static final fontvertialalignmenttype subscript
specifies that this text should be subscript. lowers the text in this run below the baseline and changes it to a smaller size, if a smaller size is available.


网站地图