Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Dtext-js-guidelines.md14 | addText(text: string): void | 用于向正在构建的文本段落中插入具体的文本字符串。 |
94 ParagraphGraphBuilder.addText("0123456789");
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp207 firstRecord.addText = "first Record helloWorld";
219 secondRecord.addText = "second Record helloWorld";
238 firstRecord.addText = "first Record helloWorld";
245 secondRecord.addText = "second Record helloWorld";
H A Drich_editor_edit_test_ng.cpp514 record.addText = "test123";
535 record.addText = "test123";
772 record.addText = "test123";
818 EXPECT_FALSE(record.addText.has_value());
H A Drich_editor_pattern_test_ng.cpp1294 record.addText = "test123\n";
1330 record.addText = "test123\n";
1369 record.addText = "test123\n";
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md524 paragraphBuilder.addText(textData);
1399 ### addText subsection
1401 addText(text: string): void
1432 ParagraphGraphBuilder.addText("123666");
1531 ParagraphGraphBuilder.addText("123456789");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp983 record.addText = " "; in AddOprationWhenAddImage()
1113 record.addText = options.value; in AddTextSpan()
1223 record.addText = " "; in AddSymbolSpan()
5069 record.addText = insertValue; in ProcessInsertValue()
6156 if (value.addText.has_value()) { in OnBackPressed()
6198 if (value.addText.has_value()) { in OnBackPressed()
9290 record.addText = insertValue; in OnBackPressed()
9313 const std::string& str = record.addText.value(); in OnBackPressed()
9348 record.addText = insertValue; in OnBackPressed()
9908 } else if (record.addText.has_value()) { in OnBackPressed()
[all …]
H A Drich_editor_pattern.h144 std::optional<std::string> addText; member
/ohos5.0/docs/en/application-dev/graphics/
H A Dtext-js-guidelines.md14 | addText(text: string): void | Inserts a text string into the paragraph being built.|
104 ParagraphGraphBuilder.addText("0123456789");
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp128 builder_->addText(text); in AddText()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md525 paragraphBuilder.addText(textData);
1402 ### addText subsection
1404 addText(text: string): void
1435 ParagraphGraphBuilder.addText("123666");
1534 ParagraphGraphBuilder.addText("123456789");