class OpenCReport\HorizontalLine { public final set_size( ?string $expr_string = null): ?OpenCReport\Expr; public final get_size(): ?OpenCReport\Expr; public final set_alignment( ?string $expr_string = null): ?OpenCReport\Expr; public final get_alignment(): ?OpenCReport\Expr; public final set_indentation( ?string $expr_string = null): ?OpenCReport\Expr; public final get_indentation(): ?OpenCReport\Expr; public final set_length( ?string $expr_string = null): ?OpenCReport\Expr; public final get_length(): ?OpenCReport\Expr; public final set_font_size( ?string $expr_string = null): ?OpenCReport\Expr; public final get_font_size(): ?OpenCReport\Expr; public final set_suppress( ?string $expr_string = null): ?OpenCReport\Expr; public final get_suppress(): ?OpenCReport\Expr; public final set_color( ?string $expr_string = null): ?OpenCReport\Expr; public final get_color(): ?OpenCReport\Expr; }
Set or get the line width in points. Also see Section 8.18.1.1
public final OpenCReport\HorizontalLine::set_size( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\HorizontalLine::get_size(): ?OpenCReport\Expr;
Set the line alignment. Also see Section 8.18.1.2
public final OpenCReport\HorizontalLine::set_alignment( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\HorizontalLine::get_alignment(): ?OpenCReport\Expr;
Set the line indentation, i.e. starting point to the right of the left side of the report. Also see Section 8.18.1.3
public final OpenCReport\HorizontalLine::set_indentation( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\HorizontalLine::get_indentation(): ?OpenCReport\Expr;
Set the line length. See HorizontalLine length and Size unit attribute.
public final OpenCReport\HorizontalLine::set_length( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\HorizontalLine::get_length(): ?OpenCReport\Expr;
Set the line's font size. This font size is used in calculating the line length. See HorizontalLine font size
public final OpenCReport\HorizontalLine::set_font_size( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\HorizontalLine::get_font_size(): ?OpenCReport\Expr;
Set the suppression flag for the line.
The expression must evaluate to a numeric
value that is treated as a boolean, i.e. 0 or non-0.
When set to true
, the line
is not rendered. Default is false
.
public final OpenCReport\HorizontalLine::set_suppress( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\HorizontalLine::get_suppress(): ?OpenCReport\Expr;
Set the line color. See Color specification.
public final OpenCReport\HorizontalLine::set_color( ?string $expr_string = null): ?OpenCReport\Expr; public final OpenCReport\HorizontalLine::get_color(): ?OpenCReport\Expr;