MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Podręcznik Użytkownika Strona 590

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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”
Przeglądanie stron 589
1 2 ... 585 586 587 588 589 590 591 592 593 594 595 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag