AddField()

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

Converts this portion to the automaticaly updated field.

void Aspose::Slides::Portion::AddField(System::SharedPtr<IFieldType> fieldType) override

Portion::AddField(System::String) method

Converts this portion to the automaticaly updated field.

void Aspose::Slides::Portion::AddField(System::String internalString) override

Arguments

ParameterTypeDescription
internalStringSystem::StringInternal name of FieldType.

See Also