Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 22,178 for

paths

(0.08 sec)
  1. VbaReferenceType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Vba.VbaReferenceType enum to easily define VbaReference object types, enhancing your document automation and management....]; string path = GetLibIdPath ( reference ); if ( path == brokenPath...Returns string representing LibId path of a specified reference. ///...

    reference.aspose.com/words/net/aspose.words.vba...
  2. Render text with glyphs | API for C++

    C++ API Solution to manage various fonts. Learn how to visualize the text of any complexity with the glyphs code....and pass it in the font file path. Decode the text into its corresponding...each glyph. The outline is a path that defines the shape of the...

    products.aspose.com/font/cpp/render-text/
  3. Trabajar con clips en archivos PS| Pitón

    Agregar clips a archivos PS es una funcionalidad compatible con la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en Python....a graphics path from the rectangle 10 rectange_path = aspose....GraphicsPath () 11 rectange_path. add_rectangle (aspose. pydrawing...

    docs.aspose.com/page/es/python-net/ps/working-w...
  4. Работа с клипами в PS-файле | Питон

    Добавление клипов в файлы PS — это функция, поддерживаемая решением Aspose.Page API. Узнайте, как использовать эту функциональность в Python...a graphics path from the rectangle 10 rectange_path = aspose....GraphicsPath () 11 rectange_path. add_rectangle (aspose. pydrawing...

    docs.aspose.com/page/ru/python-net/ps/working-w...
  5. Setting Print Options with C++|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C++ API and Library. You can set the Print Area, Print Titles, and Page Order....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/setting-print-options/
  6. Manipulate Annotations in PDF using Python | As...

    Manage Annotations in PDF programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as apdf path_infile = self . dataDir + infile path_outfile =...document = apdf . Document ( path_infile ) textAnnotation = apdf...

    products.aspose.com/pdf/python-net/annotation/
  7. Password Protect the VBA Project of Excel Workb...

    Learn how to password protect the VBA Project of an Excel workbook using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/password-protect-the-...
  8. Exporter des fichiers multimédias dans un fichi...

    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....pptx")) { const string path = "chemin"; const string fileName...new VideoPlayerHtmlContr(path: path, fileName: fileName, baseUri:...

    docs.aspose.com/slides/fr/net/export-media-file...
  9. Working with Transformations in PostScript | .NET

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...and shearing onto a rectangle path added to PsDocument . We split...graphics path from the rectangle 13 GraphicsPath path = new GraphicsPath();...

    docs.aspose.com/page/net/ps/working-with-transf...
  10. How to Resize Document During Conversion from S...

    Learn how to use rendering options to resize document pages to the size of the SVG content and vice versa....takes options and output file path savePath as parameters. Use...Prepare path to a source SVG file 7 string documentPath = Path. Combine...

    docs.aspose.com/svg/net/resize-document/