com.aspose.slides
Class Field

java.lang.Object
  extended by com.aspose.slides.Field
All Implemented Interfaces:
IField, IPresentationComponent, ISlideComponent

public final class Field
extends java.lang.Object
implements IField

Represents a field.


Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public IFieldType getType()

Returns or sets field's type. Read/write FieldType.

Specified by:
getType in interface IField

setType

public void setType(IFieldType value)
Specified by:
setType in interface IField

getSlide

public IBaseSlide getSlide()

Returns the parent slide of a paragraph. Read-only BaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation of a paragraph. Read-only Presentation.

Specified by:
getPresentation in interface IPresentationComponent