com.aspose.slides
Interface IField

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
Field

public interface IField
extends ISlideComponent

Represents a field.


Method Summary
 IFieldType getType()
           Returns or sets field's type.
 void setType(IFieldType value)
           Returns or sets field's type.
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getType

IFieldType getType()

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


setType

void setType(IFieldType value)

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



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