ConvertFormat class #
Specifies the format of a converted presentation.
Constants #
| Name | Value | Description |
|---|---|---|
| Ppt | 0 | Convert presentation to PPT format. |
| Pptx | 1 | Convert presentation to PPTX format. |
| Pptm | 2 | Convert presentation to PPTM (macro-enabled presentation) format. |
| Pps | 3 | Convert presentation to PPS format. |
| Ppsx | 4 | Convert presentation to PPSX (slideshow) format. |
| Ppsm | 5 | Convert presentation to PPSM (macro-enabled slideshow) format. |
| Pot | 6 | Convert presentation to POT format. |
| Potx | 7 | Convert presentation to POTX (template) format. |
| Potm | 8 | Convert presentation to POTM (macro-enabled template) format. |
| Odp | 9 | Convert presentation to ODP format. |
| Otp | 10 | Convert presentation to OTP (presentation template) format. |
| Fodp | 11 | Convert presentation to FODP format. |
| Xml | 12 | Convert presentation to PowerPoint XML Presentation format. |
Ppt #
Convert presentation to PPT format.
Pptx #
Convert presentation to PPTX format.
Pptm #
Convert presentation to PPTM (macro-enabled presentation) format.
Pps #
Convert presentation to PPS format.
Ppsx #
Convert presentation to PPSX (slideshow) format.
Ppsm #
Convert presentation to PPSM (macro-enabled slideshow) format.
Pot #
Convert presentation to POT format.
Potx #
Convert presentation to POTX (template) format.
Potm #
Convert presentation to POTM (macro-enabled template) format.
Odp #
Convert presentation to ODP format.
Otp #
Convert presentation to OTP (presentation template) format.
Fodp #
Convert presentation to FODP format.
Xml #
Convert presentation to PowerPoint XML Presentation format.
Clone #
| Name | Description |
|---|---|
| Clone () |
Result: T
CloneTo #
| Name | Description |
|---|---|
| CloneTo (T) |
format #
| Name | Description |
|---|---|
| format (java.lang.Class, long, String) |
Result: String
format #
| Name | Description |
|---|---|
| format (Type, Object, String) |
Result: String
getName #
| Name | Description |
|---|---|
| getName (java.lang.Class, long) |
Result: String
getName #
| Name | Description |
|---|---|
| getName (Type, Object) |
Result: String
getNames #
| Name | Description |
|---|---|
| getNames (java.lang.Class) |
Result: Collection
getNames #
| Name | Description |
|---|---|
| getNames (Type) |
Result: String
getUnderlyingType #
| Name | Description |
|---|---|
| getUnderlyingType (java.lang.Class) |
Result: Class
getUnderlyingType #
| Name | Description |
|---|---|
| getUnderlyingType (Type) |
Result: Type
getValue #
| Name | Description |
|---|---|
| getValue (java.lang.Class, String) |
Result: long
getValues #
| Name | Description |
|---|---|
| getValues (Type) |
Result: Array
get_Caption #
| Name | Description |
|---|---|
| get_Caption () |
Result: String
get_Value #
| Name | Description |
|---|---|
| get_Value () |
Result: long
isDefined #
| Name | Description |
|---|---|
| isDefined (java.lang.Class, long) |
Result: boolean
isDefined #
| Name | Description |
|---|---|
| isDefined (Type, long) |
Result: boolean
isDefined #
| Name | Description |
|---|---|
| isDefined (Type, String) |
Result: boolean
isDefined #
| Name | Description |
|---|---|
| isDefined (Type, Object) |
Result: boolean
parse #
| Name | Description |
|---|---|
| parse (java.lang.Class, String) |
Result: long
parse #
| Name | Description |
|---|---|
| parse (java.lang.Class, String, Boolean) |
Result: long
parse #
| Name | Description |
|---|---|
| parse (Type, String) |
Result: long
parse #
| Name | Description |
|---|---|
| parse (Type, String, Boolean) |
Result: long
register #
| Name | Description |
|---|---|
| register (Enum.AbstractEnum) |
toObject #
| Name | Description |
|---|---|
| toObject (Type, Object) |
Result: Object
toString #
| Name | Description |
|---|---|
| toString (java.lang.Class, long) |
Result: String