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
 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

getType

public IFieldType getType()

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

Specified by:
getType in interface IField

setType

public void setType(IFieldType value)

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

Specified by:
setType in interface IField

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


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 IPresentation.

Specified by:
getPresentation in interface IPresentationComponent


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.