Main Content

mlreportgen.dom.FirstLineIndent Class

Namespace: mlreportgen.dom

Indent first line of paragraph

Description

Indent first line of a paragraph.

The mlreportgen.dom.FirstLineIndent class is a handle class.

Creation

Description

firstLineIndentObj = FirstLineIndent creates an empty first line indentation format object.

firstLineIndentObj = FirstLineIndent(width) indents first line of paragraph by the specified amount.

firstLineIndentObj = FirstLineIndent(style,width) indents either the first line of the paragraph relative to the page margin or indents the subsequent lines relative to the page margin (hanging indentation).

Input Arguments

expand all

Width of indentation of the first line of the paragraph, specified in the form valueUnits. Units is an abbreviation for the units. Valid abbreviations are:

  • "px" — pixels

  • "cm" — centimeters

  • "in" — inches

  • "mm" — millimeters

  • "pc" — picas

  • "pt" — points

Type of indentation of the first line of the paragraph, specified as one of these values:

  • 'normal' (default) — indent relative to the page margin

  • 'hanging' — indent relative to the subsequent lines

Properties

expand all

Width of indentation of first line of paragraph in the form valueUnits. Units is an abbreviation for the units. Valid abbreviations are:

  • "px" — pixels

  • "cm" — centimeters

  • "in" — inches

  • "mm" — millimeters

  • "pc" — picas

  • "pt" — points

Type of indentation of the first line of the paragraph, specified as one of these values:

  • 'normal' (default) — indent relative to the page margin

  • 'hanging' — indent relative to the subsequent lines

Tag for mlreportgen.dom.FirstLineIndent object, specified as a character vector or string scalar. The DOM API generates a session-unique tag as part of the creation of this object. The generated tag has the form CLASS:ID, where CLASS is the object class and ID is the value of the Id property of the object. Specify your own tag value to help you identify where to look when an issue occurs during document generation.

Attributes:

NonCopyable
true

Data Types: char | string

Object identifier for mlreportgen.dom.FirstLineIndent object, specified as a character vector or string scalar. The DOM API generates a session-unique identifier when it creates the document element object. You can specify your own value for Id.

Attributes:

NonCopyable
true

Data Types: char | string

Version History

Introduced in R2014b