| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WdLineSpacing>
com.acesoft.aceoffix.wordwriter.WdLineSpacing
public enum WdLineSpacing
The types of line spacing defined in the Microsoft Word.
| Enum Constant Summary | |
|---|---|
wdLineSpace1pt5
Space-and-a-half line spacing.  | 
|
wdLineSpaceAtLeast
Line spacing is always at least a specified amount.  | 
|
wdLineSpaceDouble
Double spaced.  | 
|
wdLineSpaceExactly
Line spacing is only the exact maximum amount of space required.  | 
|
wdLineSpaceMultiple
The line spacing is defined by the specified lines.  | 
|
wdLineSpaceSingle
Single spaced, default.  | 
|
| Method Summary | |
|---|---|
static WdLineSpacing | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.  | 
static WdLineSpacing[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final WdLineSpacing wdLineSpaceSingle
public static final WdLineSpacing wdLineSpace1pt5
public static final WdLineSpacing wdLineSpaceDouble
public static final WdLineSpacing wdLineSpaceAtLeast
public static final WdLineSpacing wdLineSpaceExactly
public static final WdLineSpacing wdLineSpaceMultiple
| Method Detail | 
|---|
public static WdLineSpacing[] values()
for (WdLineSpacing c : WdLineSpacing.values()) System.out.println(c);
public static WdLineSpacing valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||