Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 8,039 for

append

(0.07 sec)
  1. Aspose::Words::Document::get_Sections method | ...

    Aspose::Words::Document::get_Sections method. Returns a collection that represents all sections in the document in C++.... Trim ()); // Append a copy of what is now the first...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. DocumentVisitor.VisitCellEnd | Aspose.Words for...

    Discover the DocumentVisitor VisitCellEnd method, essential for managing table cell enumeration in your applications. Enhance your coding efficiency today!...Continue ; } /// <summary> /// Append a line to the StringBuilder...; i ++) { mVisitedTables . Append ( "| " ); } mVisitedTables...

    reference.aspose.com/words/net/aspose.words/doc...
  3. DocumentVisitor.VisitCommentStart | Aspose.Word...

    Discover the DocumentVisitor VisitCommentStart method—your key to efficiently managing comment text enumeration in your projects....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) { mBuilder . Append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Shape.Accept | Aspose.Words for .NET

    Discover the Shape Accept method, designed to enhance visitor engagement and streamline your acceptance process for better results....StringBuilder (); } /// <summary> /// Appends a line to the StringBuilder...mTextIndentLevel ; i ++) mStringBuilder . Append ( '\t' ); mStringBuilder ....

    reference.aspose.com/words/net/aspose.words.dra...
  5. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....Document(); // Create a header and append a paragraph to it. The text...)); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Notes::Footnote::Footnote constr...

    Aspose::Words::Notes::Footnote::Footnote constructor. Initializes an instance of the Footnote class in C++.... To append Footnote to the document use...

    reference.aspose.com/words/cpp/aspose.words.not...
  7. Aspose::Words::Drawing::ImageData::get_Title me...

    Aspose::Words::Drawing::ImageData::get_Title method. Defines the title of an image in C++....from the source document and append it to the first paragraph....

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::ImageData::get_ChromaKe...

    Aspose::Words::Drawing::ImageData::get_ChromaKey method. Defines the color value of the image that will be treated as transparent in C++....from the source document and append it to the first paragraph....

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Convert Text to SVG using C#

    This guide covers the details to convert text to SVG using C#. It includes the step-by-step process and a runnable sample code to make svg from text using C#....different appearance attributes Append text to the root and render...text element is defined and appended to the root using the AppendChild...

    kb.aspose.com/svg/net/convert-text-to-svg-using...
  10. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....CONTINUE; } /// /// Append a line to the StringBuilder...i++) { mBuilder.append("| "); } mBuilder.append(text + "\r\n");...

    reference.aspose.com/words/java/com.aspose.word...