Método Aspose::Pdf::LowCode::TableBuilder::to_TableOptions

TableBuilder::to_TableOptions method

Convierte el builder TableBuilder a opciones TableOptions

static System::SharedPtr<TableOptions> Aspose::Pdf::LowCode::TableBuilder::to_TableOptions(const System::SharedPtr<TableBuilder> &builder)
ParámetroTipoDescripción
builderconst System::SharedPtr<TableBuilder>&Instancia del TableBuilder actual.

ReturnValue

Resultado de la conversión a PdfGeneratorTableOptions.

Ver también