CopyTo()

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

Copies text format to specified text frame.

void Aspose::Slides::Charts::ChartTextFormat::CopyTo(System::SharedPtr<ITextFrame> destTextFrame) override

Arguments

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

See Also