Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 198,840 for

new

(0.07 sec)
  1. Working with Text | Aspose.Note Documentation

    A guide on working with text in OneNote using C# API....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-text/
  2. Make DOC Using C#

    Make a New DOC in C# in a few steps. Easily create DOC using .NET library....the following example: Make a new DOC using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/doc/
  3. VbaModuleType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Vba.VbaModuleType enum, defining model types in VBA projects for enhanced automation and streamlined document management....for a new object. Each instance of a class creates a new object...Document doc = new Document (); // Create a new VBA project. VbaProject...

    reference.aspose.com/words/net/aspose.words.vba...
  4. PdfDigitalSignatureDetails | Aspose.Words for Java

    Contains details for signing a PDF document with a digital signature in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PDF. PdfSaveOptions options = new PdfSaveOptions(); // Configure...

    reference.aspose.com/words/java/com.aspose.word...
  5. WatermarkArtifact API not working on given PDF ...

    Hi , For given attached PDF the watermark code is not working. No error displayed but watermark is missing. using (Aspose.Pdf.Document pdfDocument = New Aspose.Pdf.Document(fileStream)) …...Document pdfDocument = new Aspose.Pdf.Document(fileStream))...WatermarkArtifact artifact = new WatermarkArtifact() { ArtifactVerticalAlig...

    forum.aspose.com/t/watermarkartifact-api-not-wo...
  6. TableSubstitutionRule Class | Aspose.Words for ...

    Discover the Aspose.Words.Fonts.TableSubstitutionRule class for efficient font management and seamless text formatting in your documents....doc = new Document (); FontSettings fontSettings = new FontSettings...= fontSettings ; // Create a new table substitution rule and load...

    reference.aspose.com/words/net/aspose.words.fon...
  7. PersonCollection.Add | Aspose.Words for .NET

    Effortlessly add a Person to your collection with the PersonCollection Add method. Streamline data management and enhance your project’s efficiency!...Create a new person collection. PersonCollection persons = new PersonCollection...PersonCollection (); Person person = new Person ( "Roxanne" , "Brielle"...

    reference.aspose.com/words/net/aspose.words.bib...
  8. PersonCollection.RemoveAt | Aspose.Words for .NET

    Effortlessly use the PersonCollection RemoveAt method to delete a person by index, streamlining your data management with ease and precision....Create a new person collection. PersonCollection persons = new PersonCollection...PersonCollection (); Person person = new Person ( "Roxanne" , "Brielle"...

    reference.aspose.com/words/net/aspose.words.bib...
  9. 档案

    档案...doc = new Document (); // 初始化 Page 类对象 Page page = new Page ();...Outline 类对象 Outline outline = new Outline (); // 初始化 TextStyle...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  10. PdfFontEmbeddingMode | Aspose.Words for Java

    Specifies how Aspose.Words should embed fonts in Java....skip embedding Arial and Times New Roman fonts into a PDF document...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...