AddField()

IPortion::AddField(System::SharedPtr<IFieldType>) method

Converts this portion to the automaticaly updated field.

virtual void Aspose::Slides::IPortion::AddField(System::SharedPtr<IFieldType> fieldType)=0

Arguments

ParameterTypeDescription
fieldTypeSystem::SharedPtr<IFieldType>Type of field IFieldType

IPortion::AddField(System::String) method

Converts this portion to the automaticaly updated field.

virtual void Aspose::Slides::IPortion::AddField(System::String internalString)=0

Arguments

ParameterTypeDescription
internalStringSystem::StringInternal name of FieldTypeEx System::String

See Also