Sort Score
Result 10 results
Languages All
Labels All
Results 7,531 - 7,540 of 213,606 for

new

(0.51 sec)
  1. ImageSaveOptions.ImageContrast | Aspose.Words f...

    Adjust the ImageContrast property in ImageSaveOptions to enhance your images' clarity and depth. Optimize your visuals effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PdfSaveOptions.clone method | Aspose.Words for ...

    PdfSaveOptions.clone method. Creates a deep clone of this object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ImageSaveOptions.ImageBrightness | Aspose.Words...

    Adjust the brightness of your images effortlessly with the ImageSaveOptions property. Enhance your visuals for stunning results!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PageVerticalAlignment enumeration | Aspose.Word...

    Aspose.Words.PageVerticalAlignment enumeration. Specifies vertical justification of text on each page....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...centered text." ); // If we start a new section using a document builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ImageSaveOptions.HorizontalResolution | Aspose....

    Discover the ImageSaveOptions HorizontalResolution property to easily adjust image quality in DPI for optimal clarity and detail in your projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  6. ITextShaperFactory Interface | Aspose.Words for...

    Discover the Aspose.Words.ITextShaperFactory interface for creating custom ITextShaper implementations, enhancing text shaping in your applications....GetTextShaper ( string, int ) Returns new instance of a text shaper for...string, byte[], int ) Returns new instance of a text shaper for...

    reference.aspose.com/words/net/aspose.words.sha...
  7. Is it possible to remove the space between two ...

    Hello, Directly in Word it is possible to remove the spacing between two pages by hiding the header and footer. See image capture “img-1” and “img-2” Is it possible to reproduce this operation with Aspose when saving a…...PageMargins property: Document doc = new Document(@"C:\Temp\in.docx");...docx"); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt.PageMargins...

    forum.aspose.com/t/is-it-possible-to-remove-the...
  8. Aspose::Words::Vba::VbaModule::get_SourceCode m...

    Aspose::Words::Vba::VbaModule::get_SourceCode method. Gets or sets VBA project module source code in C++....()) << std :: endl ; } // Set new source code for VBA module. You...:: Document > (); // Create a new VBA project. auto project = System...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...simple code: Document doc = new Document(@"C:\Temp\in.html");...var myDoc = new Aspose.Words.Document(htmlStream, new Aspose.Words...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  10. 用JavaScript通过C++对ODS文件进行加密与解密|Documentation

    使用C++的Aspose.Cells for JavaScript对ODS文件进行密码保护和加密。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blob = new Blob ([ outputData ]); const...

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