Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 60,790 for

path

(0.1 sec)
  1. Shape.stroked property | Aspose.Words for Python

    Shape.stroked property. Defines whether the Path will be stroked....property Defines whether the path will be stroked. @property def...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 如何用 C++ 添加 Strikeout 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Strikeout 注释的源代码... Path . Combine ( _dataDir , "sample...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Strikeout...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  3. Introduced i 24.10 - Compare marks too much tex...

    Starting with Aspose.Words 24.10, comparing files at the word level may incorrectly mark too much text as inserted and deleted. Attached is an example, with the original file, the revised file, a code sample and the com…...Document docA = new Document("path/to/original.docx"); Document...Document docB = new Document("path/to/revised.docx"); // Set up compare...

    forum.aspose.com/t/introduced-i-24-10-compare-m...
  4. 设置列宽为可缩放单位,如em或百分比,使用C++实现|Documentation

    学习如何使用Aspose.Cells for C++将列宽设置为可缩放单位,如em或百分比。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/set-column-width-t...
  5. View or Edit PPTX Files Metadata using Python |...

    Python source code to edit or view PPTX format metadata.... Presentation(path + "ModifyBuiltinPropert.pptx"...the Presentation class with path to PPTX file Get DocumentProperties...

    products.aspose.com/slides/python-net/metadata/...
  6. View or Edit PPS Files Metadata using Python | ...

    Python source code to edit or view PPS format metadata.... Presentation(path + "ModifyBuiltinPropert.pps"...the Presentation class with path to PPS file Get DocumentProperties...

    products.aspose.com/slides/python-net/metadata/...
  7. View or Edit PPSM Files Metadata using Python |...

    Python source code to edit or view PPSM format metadata.... Presentation(path + "ModifyBuiltinPropert.ppsm"...the Presentation class with path to PPSM file Get DocumentProperties...

    products.aspose.com/slides/python-net/metadata/...
  8. View or Edit PPSX Files Metadata using Python |...

    Python source code to edit or view PPSX format metadata.... Presentation(path + "ModifyBuiltinPropert.ppsx"...the Presentation class with path to PPSX file Get DocumentProperties...

    products.aspose.com/slides/python-net/metadata/...
  9. Using OnAjaxCallFinishedClientFunction of GridW...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....org/1999/xhtml" > < head > <% String path = request . getContextPath ();...request . getServerPort ()+ path + "/" ; %> < base href = "<%=basePath%>"...

    docs.aspose.com/cells/java/using-onajaxcallfini...
  10. Import FDF format annotations to PDF via C#|Asp...

    Use existing Form.ImportFdf() or add PdfAnnotationEditor.ImportAnnotationsFromFdf() methods for import FDF format annotations to PDF with Aspose.PDF for .NET....ImportFDFByForm () { // The path to the documents directory var...ImportFdfByPdfAnnota () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/import-fdf/