Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 228,093 for

new

(0.2 sec)
  1. Public API Changes in Aspose.Cells 8.3.0|Docume...

    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....AutoRecover Property The new property AutoRecover has been...more information. C# var book = new Workbook ( "sample.xlsx" ); var...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. The textbox disappeared upon the chart while co...

    Dear Sir We have encountered a New problem recently. When I converted the following document to PDF base on the compoent Aspose.word which version is 24.07, the text box on the icon was missing, as indicated by the * sy…...Dear Sir We have encountered a new problem recently. When I converted...code as bellow var doc = new Document(new MemoryStream(File.Rea...

    forum.aspose.com/t/the-textbox-disappeared-upon...
  3. Change simple values in XMP EPS metadata |Java

    The process of changing simple values in XMP metadata of EPS file with Aspose.Page API solution for Java is explained and illustrated with the code here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xmp-metadata/change-s...
  4. DocumentBase.WarningCallback | Aspose.Words for...

    Discover the DocumentBase WarningCallback property, vital for ensuring data integrity during document processing by detecting potential formatting issues....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Times New Roman" ; builder . Writeln (...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Working with TAR Archives in C# | Aspose.Zip fo...

    Examples of using a C# library to create, compress, and extract TAR archives....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/tar-archiving/
  6. Customize Chart Axes in Presentations in .NET|A...

    Discover how to use Aspose.Slides for .NET to customize chart axes in PowerPoint presentations for reports and visualizations....using ( Presentation pres = new Presentation ()) { Chart chart...using ( Presentation pres = new Presentation ()) { IChart chart...

    docs.aspose.com/slides/net/chart-axis/
  7. Font.Bold | Aspose.Words for .NET

    Discover the Font Bold property, easily identify if your text is bolded, enhancing readability and style for your web design projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Blue ; font . Name = "Courier New" ; font . Underline = Underline...

    reference.aspose.com/words/net/aspose.words/fon...
  8. MarkdownLoadOptions.SoftLineBreakCharacter | As...

    Set custom soft line break characters in Markdown documents for better formatting with this flexible load option....using ( MemoryStream stream = new MemoryStream ( Encoding . UTF8...MarkdownLoadOptions loadOptions = new MarkdownLoadOptions (); loadOptions...

    reference.aspose.com/words/net/aspose.words.loa...
  9. GlossaryDocument.LastBuildingBlock | Aspose.Wor...

    Discover the LastBuildingBlock property in the GlossaryDocument, enabling easy access to the final building block for enhanced document management....doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...GlossaryDocument (); BuildingBlock child1 = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  10. 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-...