Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 69,595 for

import

(0.14 sec)
  1. Փոխարկել HTML DOCX Java

    Փոխարկեք HTML ը DOCX ձևաչափի Java կոդով: Պահեք HTML որպես DOCX օգտագործելով Java:..."aspose-words" % "ver" Պատճենել import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/hy/java/conversion/ht...
  2. Փոխարկել DOC PDF Java

    Փոխարկեք DOC ը PDF ձևաչափի Java կոդով: Պահեք DOC որպես PDF օգտագործելով Java:..."aspose-words" % "ver" Պատճենել import com.aspose.words.*; Document...); doc.save( "Output.pdf" ); import com.aspose.words.*; Document...

    products.aspose.com/words/hy/java/conversion/do...
  3. CompositeNode.prependChild method | Aspose.Word...

    CompositeNode.prependChild method. Adds the specified node to the beginning of the list of child nodes for this node....to import the node to the current document. The imported node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. aspose.words.loading module | Aspose.Words for ...

    The aspose.words.loading module provides classes and enumerations that allow to specify additional options when loading documents....loads external resource when importing a document and inserting images...of block-level elements are imported from HTML-based documents...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Սեղմել DOCX Ը Java Ում

    Սեղմեք DOCX ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:..."aspose-words" % "ver" Պատճենել import com.aspose.words.*; Document..."Output.docx" , saveOptions); import com.aspose.words.*; Document...

    products.aspose.com/words/hy/java/compress/docx/
  6. Შეკუმშოს WORD Java

    შეკუმშოს WORD Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ WORD კონტენტი, შეამცირეთ ფაილის ზომა მარტივად...."aspose-words" % "ver" კოპირება import com.aspose.words.*; Document..."Output.docx" , saveOptions); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/compress/word/
  7. Image Resizer Licensing Plugin|Documentation

    Modify image dimensions and control resolution in C# with the Image Resizer plugin, offering seamless resizing capabilities for adjusting image sizes... Import your image in a compatible...

    docs.aspose.com/imaging/net/aspose-imaging-net-...
  8. Aspose::Words::Loading namespace | Aspose.Words...

    Aspose::Words::Loading namespace. The Aspose.Words.Loading namespace provides classes and enumerations that allow to specify additional options when loading documents in C++....loads external resource when importing a document and inserting images...of block-level elements are imported from HTML-based documents...

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. Importing and adding rows to table not applying...

    Hi all, We have some code that Imports tables rows from one document into another and appends them to a table. Both tables have the same total width. However they have a different number of columns. We’re doing it like…...Importing and adding rows to table not applying CellMerge anymore...all, We have some code that imports tables rows from one document...

    forum.aspose.com/t/importing-and-adding-rows-to...
  10. 使用 Python 在演示文稿中自定义形状|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建并自定义形状:几何路径、圆滑角、复合形状。...以下 Python 代码演示如何向形状添加自定义点: import aspose.slides as slides with...将更新后的路径应用于形状。 以下 Python 代码演示如何从形状中移除点: import aspose.slides as slides with...

    docs.aspose.com/slides/zh/python-net/custom-shape/