MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guide de l'utilisateur Page 590

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 986
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 589
12 Classes – Alphabetical List
12-96
Specify your own tag value, for example, to make it easier to identify where an issue
occurred during document generation.
Top — Top margin size
string
Specify the size using the same format used for the Bottom property.
Examples
Reset Default Margins
Reset the margins specified by the default DOM template.
import mlreportgen.dom.*;
d = Document('myreport','docx');
open(d);
s = d.CurrentDOCXSection;
s.PageMargins.Left = '.5in';
s.PageMargins.Right = '.5in';
append(d,'Left and right margins are .5 inch');
close(d);
rptview('myreport','docx');
See Also
mlreportgen.dom.DOCXSection
More About
“Report Formatting Approaches”
Vue de la page 589
1 2 ... 585 586 587 588 589 590 591 592 593 594 595 ... 985 986

Commentaires sur ces manuels

Pas de commentaire