Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_margin_helper.cpp23 static constexpr const char *PARAM_MARGIN_BOTTOM = "bottom"; variable
35 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_MARGIN_BOTTOM, margin.GetBottom()); in MakeJsObject()
62 auto jsBottom = NapiPrintUtils::GetNamedProperty(env, jsValue, PARAM_MARGIN_BOTTOM); in BuildFromJs()
85 {PARAM_MARGIN_BOTTOM, PRINT_PARAM_OPT}, in ValidateProperty()