MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES User's Guide Page 716

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 715
12 Classes – Alphabetical List
12-222
mlreportgen.dom.OrderedList class
Package: mlreportgen.dom
Create ordered list
Description
Create an ordered (numbered) list.
Construction
orderedListObj = OrderedList() creates an empty ordered list.
orderedListObj = OrderedList(listItems) creates an ordered list from a cell
array of strings specifying the list items.
Input Arguments
listItems — Content to include in the ordered list
cell array of strings
Cell array containing a combination of the following:
A string
A number
A Boolean value
One of the following DOM objects:
mlreportgen.dom.Text
mlreportgen.dom.Paragraph
mlreportgen.dom.ExternalLink
mlreportgen.dom.InternalLink
mlreportgen.dom.Table
mlreportgen.dom.Image
Page view 715
1 2 ... 711 712 713 714 715 716 717 718 719 720 721 ... 985 986

Comments to this Manuals

No comments