CopyTo()

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

Copies text format to specified text frame.

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

Arguments

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

See Also