namespace
{ /** *InitialtestsforSwXParagraphEnumeration.
*/ class SwXParagraphEnumeration final : public UnoApiTest, public apitest::XEnumeration
{ public:
SwXParagraphEnumeration()
: UnoApiTest(u""_ustr)
{
}
for (int i = 0; i < 5; i++)
{ try
{
xText->insertString(xCursor, u"The quick brown fox jumps over the lazy dog"_ustr, false);
xText->insertControlCharacter(xCursor, text::ControlCharacter::LINE_BREAK, false);
xText->insertString(xCursor, u"THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG"_ustr, false);
xText->insertControlCharacter(xCursor, text::ControlCharacter::LINE_BREAK, false);
} catch (lang::IllegalArgumentException&)
{
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.