public final class Field extends DomObject<Portion> implements IField
Represents a field.
Modifier and Type | Method and Description |
---|---|
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.
|
getParent_Immediate
public final IFieldType getType()
Returns or sets field's type.
Read/write IFieldType
.
public final void setType(IFieldType value)
Returns or sets field's type.
Read/write IFieldType
.
public final IBaseSlide getSlide()
Returns the parent slide of a paragraph.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public final IPresentation getPresentation()
Returns the parent presentation of a paragraph.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent