public enum FormFieldStateStyle extends Enum<FormFieldStateStyle>
Copyright (c) 2020 xsx All Rights Reserved. x-easypdf-pdfbox is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details.
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.pdfbox.cos.COSString |
getType()
获取类型
|
static FormFieldStateStyle |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FormFieldStateStyle[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final FormFieldStateStyle HOOK
public static final FormFieldStateStyle CIRCLE
public static final FormFieldStateStyle FORK
public static final FormFieldStateStyle RHOMBUS
public static final FormFieldStateStyle SQUARE
public static final FormFieldStateStyle STAR
public static FormFieldStateStyle[] values()
for (FormFieldStateStyle c : FormFieldStateStyle.values()) System.out.println(c);
public static FormFieldStateStyle valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public org.apache.pdfbox.cos.COSString getType()
Copyright © 2024. All rights reserved.