CopyFrom()

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

Copies text format from specified text frame.

void Aspose::Slides::Charts::ChartTextFormat::CopyFrom(System::SharedPtr<ITextFrame> sourceTextFrame) override

Arguments

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

See Also