Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 198,762 for

new

(0.2 sec)
  1. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB) the result the align of header is left from center. Here is my code: String path…...main = new Document(path + "1.docx"); Document cover = new Document(path...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/the-header-align-is-wrong-af...
  2. UserInformation.address property | Aspose.Words...

    UserInformation.address property. Gets or sets the user's postal address....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...information. let userInformation = new aw . Fields . UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Chart lines disappear when the chart is saved a...

    Hello, I’m trying to save a line chart as an image, but during the process, the chart lines are getting lost. Is this a bug in Aspose? Workbook workbook = New Workbook(New FileInputStream("C:\\lines.xlsx")); Chart char…... Workbook workbook = new Workbook(new FileInputStream("C:\\lines...JPEG: Workbook workbook = new Workbook(new FileInputStream("C:\\lines...

    forum.aspose.com/t/chart-lines-disappear-when-t...
  4. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....cannot be displayed with Times New Roman , but it can be displayed...some specific font like Times New Roman, then Aspose.Cells changes...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  5. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#....string [] args ) { Document doc = new Document ( "../../data/document...watermarks. Shape watermark = new Shape ( doc , ShapeType . TextPlainText...

    docs.aspose.com/words/net/add-watermark/
  6. Layout Slide|Aspose.Slides Documentation

    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....Add_Layout_Slide () { using var pres = new Presentation (); // Create a...Access_Layout_Slide () { using var pres = new Presentation (); // Access by...

    docs.aspose.com/slides/net/examples/elements/la...
  7. 档案

    档案...Words和GPT-4o模型汇总文档: Document firstDoc = new Document(MyDir + "Big document...docx" ); Document secondDoc = new Document(MyDir + "Document.docx"...

    blog.aspose.com/zh/words/summarize-documents-wi...
  8. Aspose::Words::ControlChar::NonBreakingHyphenCh...

    Aspose::Words::ControlChar::NonBreakingHyphenChar field. Non-breaking Hyphen in Microsoft Word is (char)30 in C++...." ); // Add a new line and starts a new paragraph. ASSERT_EQ...paragraph break, which will start a new paragraph. builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. HtmlFixedSaveOptions.ResourcesFolder | Aspose.W...

    Discover how the HtmlFixedSaveOptions ResourcesFolder property defines where images, fonts, and CSS are stored during HTML exports. Optimize your document workflow!...HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Converting DWG to TIFF always results in black ...

    Hello community, I’ve been testing converting DWG files to TIFF using the .Net API in the Trial version, and it always generates black and white images, even though the DWG files are full color. Here’s the code we’re us…...width var rasterizationOptions = new Aspose.CAD.ImageOptions.CadRasterizationOpti()...of TiffOptions var options = new Aspose.CAD.ImageOptions.TiffOptions(Aspose...

    forum.aspose.com/t/converting-dwg-to-tiff-alway...