Aspose::Words::LowCode::Processor class

Processor class

Processor class for performing different document processing actions.

class Processor : public System::Object

Методы

МетодОписание
Execute()Выполнить действие процессора.
Execute(System::Threading::CancellationToken)Выполнить действие процессора, позволяя отменить задачу обработки документа с использованием указанного токена отмены.
From(const System::String&)Указывает входной документ для обработки.
From(const System::String&, const System::SharedPtr<Aspose::Words::Loading::LoadOptions>&)Указывает входной документ для обработки.
From(const System::SharedPtr<System::IO::Stream>&)Указывает входной документ для обработки.
From(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Loading::LoadOptions>&)Указывает входной документ для обработки.
GetType() const override
Is(const System::TypeInfo&) const override
To(const System::String&)Указывает выходной файл для процессора.
To(const System::String&, System::SharedPtr<Aspose::Words::Saving::SaveOptions>)Указывает выходной файл для процессора.
To(const System::String&, Aspose::Words::SaveFormat)Указывает выходной файл для процессора.
To(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::SaveOptions>&)Указывает выходной поток для процессора.
To(const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat)Указывает выходной поток для процессора.
To(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>>&, const System::SharedPtr<Aspose::Words::Saving::SaveOptions>&)
To(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>>&, Aspose::Words::SaveFormat)
static Type()

См. также