Searched defs:UpdateParagraphStyle (Results 1 – 5 of 5) sorted by relevance
175 struct UpdateParagraphStyle { struct176 void Reset() in Reset()183 std::optional<TextAlign> textAlign;184 std::optional<NG::LeadingMargin> leadingMargin;185 std::optional<WordBreak> wordBreak;186 std::optional<LineBreakStrategy> lineBreakStrategy;188 std::string ToString() const in ToString()
108 void RichEditorController::UpdateParagraphStyle(int32_t start, int32_t end, const struct UpdatePara… in UpdateParagraphStyle() function in OHOS::Ace::NG::RichEditorController
2624 void RichEditorPattern::UpdateParagraphStyle(int32_t start, int32_t end, const struct UpdateParagra… in UpdateParagraphStyle() function in OHOS::Ace::NG::RichEditorPattern2634 void RichEditorPattern::UpdateParagraphStyle(RefPtr<SpanNode> spanNode, const struct UpdateParagrap… in UpdateParagraphStyle() function in OHOS::Ace::NG::RichEditorPattern
454 void NativeRichEditorController::UpdateParagraphStyle( in UpdateParagraphStyle() function in OHOS::Ace::Framework::NativeRichEditorController
2161 void JSRichEditorController::UpdateParagraphStyle(const JSCallbackInfo& info) in UpdateParagraphStyle() function in OHOS::Ace::Framework::JSRichEditorController