Searched refs:textOverflowValue (Results 1 – 5 of 5) sorted by relevance
113 if (textProperty.textOverflowValue.has_value()) { in SetTextProperty()114 textModel.SetTextOverflow(textProperty.textOverflowValue.value()); in SetTextProperty()
37 std::optional<Ace::TextOverflow> textOverflowValue = std::nullopt; member
201 if (testProperty.textOverflowValue.has_value()) { in CreateTextParagraph()202 textModel.SetTextOverflow(testProperty.textOverflowValue.value()); in CreateTextParagraph()
190 std::optional<Ace::TextOverflow> textOverflowValue = std::nullopt; member
66 testProperty.textOverflowValue = std::make_optional(TEXT_OVERFLOW_VALUE);