Aspose::Words::LowCode::Processor class

Processor class

Processor class for performing different document processing actions.

class Processor : public System::Object

Methods

MethodDescription
Execute()Execute the processor action.
From(const System::String&, const System::SharedPtr<Aspose::Words::Loading::LoadOptions>&)Specifies input document for processing.
From(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Loading::LoadOptions>&)Specifies input document for processing.
GetType() const override
Is(const System::TypeInfo&) const override
To(const System::String&, System::SharedPtr<Aspose::Words::Saving::SaveOptions>)Specifies output file for the processor.
To(const System::String&, Aspose::Words::SaveFormat)Specifies output file for the processor.
To(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::SaveOptions>&)Specifies output stream for the processor.
To(const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat)Specifies output stream for the processor.
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()

See Also