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_Immediatepublic 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 ISlideComponentpublic final IPresentation getPresentation()
Returns the parent presentation of a paragraph.
Read-only IPresentation.
getPresentation in interface IPresentationComponentCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.