Main Content

mlreportgen.dom.FirstLineIndent class

Package: 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 (default)

  • 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

ID for this document element, specified as a character vector or string scalar. The DOM generates a session-unique ID when it creates the document element. You can specify your own ID.

Attributes:

GetAccess
public
SetAccess
public
NonCopyable
true

Data Types: char | string

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 this document element, specified as a character vector or string scalar.

The DOM 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. Specifying your own tag value can help you to identify where an issue occurred during document generation.

Attributes:

GetAccess
public
SetAccess
public
NonCopyable
true

Data Types: char | string

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

  • px — pixels (default)

  • cm — centimeters

  • in — inches

  • mm — millimeters

  • pc — picas

  • pt — points

Version History

Introduced in R2014b