Home
last modified time | relevance | path

Searched refs:PARAM_MARGIN_TOP (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_margin_helper.cpp22 static constexpr const char *PARAM_MARGIN_TOP = "top"; variable
31 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_MARGIN_TOP, margin.GetTop()); in MakeJsObject()
57 auto jsTop = NapiPrintUtils::GetNamedProperty(env, jsValue, PARAM_MARGIN_TOP); in BuildFromJs()
84 {PARAM_MARGIN_TOP, PRINT_PARAM_OPT}, in ValidateProperty()