Searched refs:TextComposedElement (Results 1 – 3 of 3) sorted by relevance
46 void TextComposedElement::Dump() in Dump()72 std::string TextComposedElement::GetTextAlign() const in GetTextAlign()80 std::string TextComposedElement::GetTextOverflow() const in GetTextOverflow()88 std::string TextComposedElement::GetMaxLines() const in GetMaxLines()96 std::string TextComposedElement::GetLineHeight() const in GetLineHeight()127 std::string TextComposedElement::GetTextCase() const in GetTextCase()135 std::string TextComposedElement::GetTextFontColor() const in GetTextFontColor()143 std::string TextComposedElement::GetTextFontSize() const in GetTextFontSize()175 std::string TextComposedElement::GetData() const in GetData()181 std::string TextComposedElement::GetWidth() const in GetWidth()[all …]
26 class ACE_EXPORT TextComposedElement : public InspectorComposedElement {27 DECLARE_ACE_TYPE(TextComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument30 explicit TextComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()31 ~TextComposedElement() override = default;
123 …NENT_TAG, [](const std::string& id) { return AceType::MakeRefPtr<V2::TextComposedElement>(id); } }, in __anona4bda69c0b02()