Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 8,067 for

append

(0.19 sec)
  1. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....")); // We have not yet appended this paragraph as a child...create a new section, and then append it as a child to the root document...

    reference.aspose.com/words/java/com.aspose.word...
  2. 使用 Python 在演示文稿中自定义形状|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建并自定义形状:几何路径、圆滑角、复合形状。... append ( draw . PointF ( x + R , y.... sin ( radians ) points . append ( draw . PointF ( x + R , y...

    docs.aspose.com/slides/zh/python-net/custom-shape/
  3. FAQ|Aspose.Words for .NET

    Aspose.Words for .NET answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics.... Append or Insert a Document You can...section. Q: Why does not content appended to a document appear on the...

    docs.aspose.com/words/net/faq/
  4. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the document in Java....trim()); // Append a copy of what is now the first... doc.getText().trim()); // Append a copy of what is now the first...

    reference.aspose.com/words/java/com.aspose.word...
  5. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java....create a new section, and then append it as a child to the root document...formatting properties, and then append it as a child to the body....

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldHyperlink | Aspose.Words for Java

    Implements the HYPERLINK field in Java....isImageMap() Gets whether to append coordinates to the hyperlink...isImageMap(boolean value) Sets whether to append coordinates to the hyperlink...

    reference.aspose.com/words/java/com.aspose.word...
  7. Creating, Reading and Saving Projects with Aspo...

    Learn how to create, read or save Microsoft Project files using Aspose.Tasks for Java.... append (line). append ( "\n" ); 39 } 40 }...

    docs.aspose.com/tasks/java/creating-reading-and...
  8. Several HTML Into MARKDOWN C++

    Merge multiple HTML into MARKDOWN in C++ code. Save HTML as MARKDOWN using C++....destination document before appending. output-> RemoveAllChildren...MakeObject <Document>(fileName); // Append the source document to the...

    products.aspose.com/words/cpp/merge/html-to-mar...
  9. Several WORD Into HTML C++

    Merge multiple a Word document into HTML in C++ code. Save a Word document as HTML using C++....destination document before appending. output-> RemoveAllChildren...MakeObject <Document>(fileName); // Append the source document to the...

    products.aspose.com/words/cpp/merge/word-to-html/
  10. Several HTML Into SVG C++

    Merge multiple HTML into SVG in C++ code. Save HTML as SVG using C++....destination document before appending. output-> RemoveAllChildren...MakeObject <Document>(fileName); // Append the source document to the...

    products.aspose.com/words/cpp/merge/html-to-svg/