Sort Score
Result 10 results
Languages All
Labels All
Results 4,871 - 4,880 of 118,218 for

new

(0.19 sec)
  1. TxtSaveOptionsBase.ParagraphBreak | Aspose.Word...

    Discover TxtSaveOptionsBase's ParagraphBreak property, allowing custom paragraph breaks for seamless text format exports. Enhance your document's readability!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...TxtSaveOptions txtSaveOptions = new TxtSaveOptions (); Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Forms2OleControl.Caption | Aspose.Words for .NET

    Discover the Forms2OleControl Caption property to easily customize your control's title. Enhance user experience with this simple, effective feature.... DocumentBuilder builder = new DocumentBuilder (); CommandButtonControl...CommandButtonControl button1 = new CommandButtonControl () { Caption...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ShapeBase.IsTopLevel | Aspose.Words for .NET

    Discover ShapeBase IsTopLevel. Quickly verify if a shape stands alone, enhancing your design workflow with efficient group management....Document doc = new Document (); Shape shape = new Shape ( doc ...IsTopLevel ); GroupShape group = new GroupShape ( doc ); group . AppendChild...

    reference.aspose.com/words/net/aspose.words.dra...
  4. How to Run Aspose.CAD Docker image in AWS Lambd...

    Run Aspose.CAD Docker image in AWS Lambda Function....Parse(new MemoryStream(Convert.FromBase64String(stream...Load(fileStream)) { var ms = new MemoryStream(); img.Save(ms, new PdfOptions());...

    docs.aspose.com/cad/net/showcases/how-to-run-as...
  5. Document.Print | Aspose.Words for .NET

    Effortlessly print your entire document to your default printer with our streamlined Document Print method. Enjoy fast, hassle-free printing!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Aspose.PSD for Java 24.6 - Release Notes|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.... equals ( actual )) { throw new IllegalArgumentExcep ( message... equals ( actual )) { throw new IllegalArgumentExcep ( message...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  7. Extract Tables from PDF using C# | Aspose.PDF

    Extract tables from PDF file programmatically with C# sample code using Aspose.PDF for .NET...from PDF - C# var pdfDocument = new Aspose . Pdf . Document ( "sample...pdfDocument . Pages ) { var absorber = new Aspose . Pdf . Text . TableAbsorber...

    products.aspose.com/pdf/net/table/extract/
  8. BorderCollection.bottom property | Aspose.Words...

    BorderCollection.bottom property. Gets the bottom border....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...custom border thickness for all new cells created by the builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.PushFont | Aspose.Words for .NET

    Discover how the DocumentBuilder PushFont method enhances your document formatting by saving character styles for easy retrieval and consistent design....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...current formatting by applying a new style. builder . Font . StyleIdentifier...

    reference.aspose.com/words/net/aspose.words/doc...
  10. ImportFormatOptions.ignoreHeaderFooter property...

    ImportFormatOptions.ignoreHeaderFooter property. Gets or sets a boolean value that specifies that source formatting of headers/footers content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used... let dstDoc = new aw . Document ( base . myDir..."Document.docx" ); let srcDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...