public static enum StandardStructureAttributes.Table.Scope extends Enum<StandardStructureAttributes.Table.Scope>
Modifier and Type | Method and Description |
---|---|
PDFName |
getName()
Returns the name of this attribute.
|
static StandardStructureAttributes.Table.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardStructureAttributes.Table.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardStructureAttributes.Table.Scope ROW
public static final StandardStructureAttributes.Table.Scope COLUMN
public static final StandardStructureAttributes.Table.Scope BOTH
public static StandardStructureAttributes.Table.Scope[] values()
for (StandardStructureAttributes.Table.Scope c : StandardStructureAttributes.Table.Scope.values()) System.out.println(c);
public static StandardStructureAttributes.Table.Scope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic PDFName getName()
Copyright © 2025 Apache Software Foundation. All rights reserved.