StampIcon

遗产: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class StampIcon extends System.Enum

枚举要用于显示注释的图标。

领域

场地描述
Approved批准的邮票图标。
AsIs“按原样”标记图标。
Confidential机密的。
Departmental部门的。
Draft草案邮票图标。
EnumSeparatorCharArray
Experimental实验邮票图标。
Expired邮票图标已过期。
Final最后邮票。
ForComment征求意见。
ForPublicRelease用于公开发布。
NotApproved邮票图标未获批准。
NotForPublicRelease不公开发布。
Sold出售邮票。
TopSecret最高机密。

方法

MethodDescription
Clone()
CloneTo(T arg0)
CloneTo(System.Enum arg0)
equals(Object arg0)
format(System.Type arg0, Object arg1, String arg2)
format(Class arg0, long arg1, String arg2)
getClass()
getName(Class arg0, long arg1)
getNames(System.Type arg0)
getNames(Class arg0)
getUnderlyingType(System.Type arg0)
getUnderlyingType(Class arg0)
getValue(Class arg0, String arg1)
getValues(System.Type arg0)
get_Caption()
get_Value()
hashCode()
isDefined(System.Type arg0, Object arg1)
isDefined(System.Type arg0, String arg1)
isDefined(System.Type arg0, long arg1)
isDefined(Class arg0, long arg1)
notify()
notifyAll()
parse(System.Type arg0, String arg1)
parse(System.Type arg0, String arg1, Boolean arg2)
parse(Class arg0, String arg1)
parse(Class arg0, String arg1, Boolean arg2)
register(System.Enum.AbstractEnum arg0)
toObject(System.Type arg0, Object arg1)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Approved

public static final int Approved

批准的邮票图标。

AsIs

public static final int AsIs

“按原样”标记图标。

Confidential

public static final int Confidential

机密的。

Departmental

public static final int Departmental

部门的。

Draft

public static final int Draft

草案邮票图标。

EnumSeparatorCharArray

public static final char[] EnumSeparatorCharArray

Experimental

public static final int Experimental

实验邮票图标。

Expired

public static final int Expired

邮票图标已过期。

Final

public static final int Final

最后邮票。

ForComment

public static final int ForComment

征求意见。

ForPublicRelease

public static final int ForPublicRelease

用于公开发布。

NotApproved

public static final int NotApproved

邮票图标未获批准。

NotForPublicRelease

public static final int NotForPublicRelease

不公开发布。

Sold

public static final int Sold

出售邮票。

TopSecret

public static final int TopSecret

最高机密。

Clone()

public System.Enum Clone()

退货: com.aspose.ms.System.枚举

CloneTo(T arg0)

public abstract void CloneTo(T arg0)

参数:

范围类型描述
arg0T

CloneTo(System.Enum arg0)

public void CloneTo(System.Enum arg0)

参数:

范围类型描述
arg0com.aspose.ms.System.Enum

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

format(System.Type arg0, Object arg1, String arg2)

public static String format(System.Type arg0, Object arg1, String arg2)

参数:

范围类型描述
arg0com.aspose.ms.System.Type
arg1java.lang.Object
arg2java.lang.String

退货: java.lang.字符串

format(Class arg0, long arg1, String arg2)

public static String format(Class<?> arg0, long arg1, String arg2)

参数:

范围类型描述
arg0java.lang.Class
arg1long
arg2java.lang.String

退货: java.lang.字符串

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(Class arg0, long arg1)

public static String getName(Class<?> arg0, long arg1)

参数:

范围类型描述
arg0java.lang.Class
arg1long

退货: java.lang.字符串

getNames(System.Type arg0)

public static String[] getNames(System.Type arg0)

参数:

范围类型描述
arg0com.aspose.ms.System.Type

退货: java.lang.字符串[]

getNames(Class arg0)

public static Collection<String> getNames(Class<?> arg0)

参数:

范围类型描述
arg0java.lang.Class

退货: Collection

getUnderlyingType(System.Type arg0)

public static System.Type getUnderlyingType(System.Type arg0)

参数:

范围类型描述
arg0com.aspose.ms.System.Type

退货: com.aspose.ms.System.类型

getUnderlyingType(Class arg0)

public static Class<? extends Number> getUnderlyingType(Class<?> arg0)

参数:

范围类型描述
arg0java.lang.Class

退货: java.lang.Class<?扩展 java.lang.Number>

getValue(Class arg0, String arg1)

public static long getValue(Class<?> arg0, String arg1)

参数:

范围类型描述
arg0java.lang.Class
arg1java.lang.String

退货:

getValues(System.Type arg0)

public static System.Array getValues(System.Type arg0)

参数:

范围类型描述
arg0com.aspose.ms.System.Type

退货: com.aspose.ms.System.数组

get_Caption()

public String get_Caption()

退货: java.lang.字符串

get_Value()

public long get_Value()

退货:

hashCode()

public native int hashCode()

退货: 整数

isDefined(System.Type arg0, Object arg1)

public static boolean isDefined(System.Type arg0, Object arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Type
arg1java.lang.Object

退货: 布尔值

isDefined(System.Type arg0, String arg1)

public static boolean isDefined(System.Type arg0, String arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Type
arg1java.lang.String

退货: 布尔值

isDefined(System.Type arg0, long arg1)

public static boolean isDefined(System.Type arg0, long arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Type
arg1long

退货: 布尔值

isDefined(Class arg0, long arg1)

public static boolean isDefined(Class<?> arg0, long arg1)

参数:

范围类型描述
arg0java.lang.Class
arg1long

退货: 布尔值

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

parse(System.Type arg0, String arg1)

public static long parse(System.Type arg0, String arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Type
arg1java.lang.String

退货:

parse(System.Type arg0, String arg1, Boolean arg2)

public static long parse(System.Type arg0, String arg1, Boolean arg2)

参数:

范围类型描述
arg0com.aspose.ms.System.Type
arg1java.lang.String
arg2java.lang.Boolean

退货:

parse(Class arg0, String arg1)

public static long parse(Class<?> arg0, String arg1)

参数:

范围类型描述
arg0java.lang.Class
arg1java.lang.String

退货:

parse(Class arg0, String arg1, Boolean arg2)

public static long parse(Class<?> arg0, String arg1, Boolean arg2)

参数:

范围类型描述
arg0java.lang.Class
arg1java.lang.String
arg2java.lang.Boolean

退货:

register(System.Enum.AbstractEnum arg0)

public static void register(System.Enum.AbstractEnum arg0)

参数:

范围类型描述
arg0com.aspose.ms.System.Enum.AbstractEnum

toObject(System.Type arg0, Object arg1)

public static Object toObject(System.Type arg0, Object arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Type
arg1java.lang.Object

退货: java.lang.Object

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int