|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Field
public final class Field
Represents a field.
Method Summary | |
---|---|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IPresentation |
getPresentation()
Returns the parent presentation of a paragraph. |
IBaseSlide |
getSlide()
Returns the parent slide of a paragraph. |
IFieldType |
getType()
Returns or sets field's type. |
void |
setType(IFieldType value)
Returns or sets field's type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IFieldType getType()
Returns or sets field's type.
Read/write IFieldType
.
getType
in interface IField
public void setType(IFieldType value)
Returns or sets field's type.
Read/write IFieldType
.
setType
in interface IField
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IBaseSlide getSlide()
Returns the parent slide of a paragraph.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a paragraph.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |