MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Betriebsanweisung Seite 590

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 986
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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”
Seitenansicht 589
1 2 ... 585 586 587 588 589 590 591 592 593 594 595 ... 985 986

Kommentare zu diesen Handbüchern

Keine Kommentare