class LineExtensions

Parents

object

Brief

The class for adding lines.

Static Public Methods

AddLine

Adds a line to the section, allows configuring the line and returns the LineBuilder.

AddLine

Adds a line with specified length, width, stroke style and color to the section and returns the LineBuilder.

AddLine

Adds a line with specified length, width and stroke style to the section and returns the LineBuilder.

AddLine

Adds a line with specified length and width to the section and returns the LineBuilder.

AddLine

Adds a line with a specified length to the section and returns the LineBuilder.

AddLine

Adds a line to the repeating area, allows configuring the line, and returns the LineBuilder.

AddLine

Adds a line with specified length, width, stroke style and color to the repeating area and returns the LineBuilder.

AddLine

Adds a line with specified length, width and stroke style to the repeating area and returns the LineBuilder.

AddLine

Adds a line with specified length and width to the repeating area and returns the LineBuilder.

AddLine

Adds a line with a specified length to the repeating area and returns the LineBuilder.

AddLineToRepeatingArea

Adds a line to the repeating area, allows configuring the line, and returns the RepeatingAreaBuilder.

AddLineToRepeatingArea

Adds a line with specified length, width, stroke style and color to the repeating area and returns the RepeatingAreaBuilder.

AddLineToRepeatingArea

Adds a line with specified length, width and stroke style to the repeating area and returns the RepeatingAreaBuilder.

AddLineToRepeatingArea

Adds a line with specified length and width to the repeating area and returns the RepeatingAreaBuilder.

AddLineToRepeatingArea

Adds a line with a specified length to the repeating area and returns the RepeatingAreaBuilder.

AddLineToSection

Adds a line to the section, allows configuring the line and returns the SectionBuilder.

AddLineToSection

Adds a line with specified length, width, stroke style and color to the section and returns the SectionBuilder.

AddLineToSection

Adds a line with specified length, width and stroke style to the section and returns the SectionBuilder.

AddLineToSection

Adds a line with specified length and width to the section and returns the SectionBuilder.

AddLineToSection

Adds a line with a specified length to the section and returns the SectionBuilder.

back