OH_Drawing_PlaceholderSpan

Overview

The OH_Drawing_PlaceholderSpan struct describes a placeholder that acts as a span.

Since: 11

Related module: Drawing

Summary

Member Variables

Name Description
double width Describes the width of a placeholder.
double height Describes the height of a placeholder.
OH_Drawing_PlaceholderVerticalAlignmentalignment Describes the alignment mode of a placeholder.
OH_Drawing_TextBaselinebaseline Describes the baseline of a placeholder.
double baselineOffset Describes the baseline offset of a placeholder.

Member Variable Description

alignment

OH_Drawing_PlaceholderVerticalAlignment OH_Drawing_PlaceholderSpan::alignment

Description

Describes the alignment mode of a placeholder.

baseline

OH_Drawing_TextBaseline OH_Drawing_PlaceholderSpan::baseline

Description

Describes the baseline of a placeholder.

baselineOffset

double OH_Drawing_PlaceholderSpan::baselineOffset

Description

Describes the baseline offset of a placeholder.

height

double OH_Drawing_PlaceholderSpan::height

Description

Describes the height of a placeholder.

width

double OH_Drawing_PlaceholderSpan::width

Description

Describes the width of a placeholder.