CopyFrom()

IChartTextFormat::CopyFrom(System::SharedPtr<ITextFrame>) method

Copies text format from specified text frame.

virtual void Aspose::Slides::Charts::IChartTextFormat::CopyFrom(System::SharedPtr<ITextFrame> sourceTextFrame)=0

Arguments

ParameterTypeDescription
sourceTextFrameSystem::SharedPtr<ITextFrame>Text frame to copy text format.

See Also