MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guia do Utilizador Página 715

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 714
mlreportgen.dom.OPCPart class
12-221
Examples
Add a File to an OPC Package
This code inserts a copy of the data.json file in the data subfolder of the mydoc
package. This example assumes that there is a data.json file in the current folder.
import reportgen.dom.*;
d = Document('mydoc','html');
package(d,OPCPart('/data/data.json','data.json'));
close(d);
See Also
mlreportgen.dom.Document.package
More About
“Report Packages”
Vista de página 714
1 2 ... 710 711 712 713 714 715 716 717 718 719 720 ... 985 986

Comentários a estes Manuais

Sem comentários