Sort Score
Result 10 results
Languages All
Labels All
Results 6,111 - 6,120 of 213,191 for

new

(0.1 sec)
  1. TabStopCollection.Count | Aspose.Words for .NET

    Discover the TabStopCollection Count property to easily access the total number of tab stops, enhancing your UI design and user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder.... Add ( new TabStop ( 72.0 )); tabStops . Add ( new TabStop (...

    reference.aspose.com/words/net/aspose.words/tab...
  2. Animation|Aspose.Slides Documentation

    Master slide animations in C# with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic presentations in PPT, PPTX and ODP....Add_Animation () { using var pres = new Presentation (); var slide =...Access_Animation () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/an...
  3. FontSavingArgs.Italic | Aspose.Words for .NET

    Discover the FontSavingArgs Italic property to easily check if your font is italicized, enhancing your text styling and design flexibility....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions { ExportFontResources...

    reference.aspose.com/words/net/aspose.words.sav...
  4. SummaryLength | Aspose.Words for Java

    Enumerates possible lengths of summary in Java.... Document firstDoc = new Document(getMyDir() + "Big document...docx"); Document secondDoc = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  5. Get Document Properties|Aspose.Words for Java

    Get document properties easily and fast instead of using Apache POI.... class ); Document doc = new Document ( dataDir + "document...HWPFDocument doc = new HWPFDocument ( new FileInputStream ( dataDir...

    docs.aspose.com/words/java/get-document-propert...
  6. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word documents using Ruby.... new ( doc , shape_type . TEXT_PLAIN_TEXT...horizontalAlignment . CENTER ) # Create a new paragraph and append the watermark...

    docs.aspose.com/words/java/add-watermark-in-ruby/
  7. Disable CSS while saving to HTML with JavaScrip...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for JavaScript via C++....(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); const opts = new HtmlSaveOptions (); opts . disableCss...

    docs.aspose.com/cells/javascript-cpp/disable-cs...
  8. Removing attachment from PDF with JavaScript|As...

    Aspose.PDF can remove attachments from your PDF documents. Use JavaScript Web tollkit to remove attachments in PDF files using Aspose.PDF....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/removing-att...
  9. Convert Image To DOC C#

    Convert Image to DOC format in C# code. Save Image as DOC using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  10. 使用 JavaScript 通过 C++ 将日期转换为日本日期|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将公历日期转换为日本日期。...language/region to Japan const options = new LoadOptions ( LoadFormat . Xlsx...options const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/convert...