public enum SFType extends java.lang.Enum<SFType>
| Enum Constant and Description |
|---|
Attribute
An attribute structured field such as name and value defines an attribute with parameters.
|
Begin
A begin structured field introduces and identifies a document component.
|
Control
A control structured field specifies the type of modifications that are to be applied to a
group of sheet copies, or a copy subgroup.
|
CopyCount_PatternsMap
A copy count structured field specifies groups of sheet copies, called copy subgroups, that are
to be generated, and identifies modification control structured fields that specify
modifications to be applied to each group.
|
Data
A data structured field consists of data whose meaning and interpretation is governed by the
object architecture for the particular data object type.
|
Descriptor
A descriptor structured field defines the initial characteristics and, optionally, the
formatting directives for all objects, object areas, and pages.
|
End
An end structured field identifies the end of a document component.
|
Include
An include structured field selects a named resource which is to be embedded in the including
data stream as if it appeared inline.
|
Index
FOCA ???
|
Link
A link structured field defines a logical connection, or linkage, between two document
components.
|
Map
A map structured field provides the following functions in the MO:DCA architecture:All
occurrences of a variable embedded in structured field parameter data can be given a new value
by changing only one reference in the mapping, rather than having to physically change each
occurrence.
|
Migration
A migration structured field is used to distinguish the MO:DCA structured field from a
structured field with the same acronym from an earlier data-stream architecture.
|
Orientation
FOCA ???
|
Position
A position structured field specifies the coordinate offset value and orientation for
presentation spaces.
|
Process
A process structured field specifies processing to be performed on an object.
|
Reserved
See MO:DCA-L: The OS/2 Presentation Manager Metafile (.met) Format.
|
Size
???
|
Undefined
Indicates that the
SFType is unknown. |
Variable
A variable structured field defines or contains variable information.
|
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static SFType |
valueOf(int sfTypeByte) |
static SFType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFType Index
public static final SFType Attribute
public static final SFType CopyCount_PatternsMap
public static final SFType Descriptor
public static final SFType Control
public static final SFType Begin
public static final SFType End
public static final SFType Size
public static final SFType Map
public static final SFType Position
public static final SFType Process
public static final SFType Orientation
public static final SFType Include
public static final SFType Reserved
public static final SFType Migration
public static final SFType Variable
public static final SFType Link
public static final SFType Data
public static SFType[] values()
for (SFType c : SFType.values()) System.out.println(c);
public static SFType 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 namejava.lang.NullPointerException - if the argument is nullpublic static SFType valueOf(int sfTypeByte)
public int toByte()