Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 163,024 for

new

(0.11 sec)
  1. Font Replacement - PowerPoint Java API|Aspose.S...

    Learn how to replace fonts using the explicit replacement method in PowerPoint using the Java API....font will be replaced by the new font. Aspose.Slides allows you...that will be replaced. Load the new font. Replace the font. Write...

    docs.aspose.com/slides/androidjava/font-replace...
  2. SummarizeOptions | Aspose.Words for Java

    Allows to specify various options for summarizing document content in Java.... Document firstDoc = new Document(getMyDir() + "Big document...docx"); Document secondDoc = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  3. DocSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOC or SaveFormat.DOT format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."); DocSaveOptions options = new DocSaveOptions(SaveFormat.DOC);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Work, Extract or Replace Text in OneNote Docume...

    C# OneNote API or Library can be used to extract text from OneNote Document or from a specific page, replace or retrieve text in all pages, apply bullets or number list on text and set page title in Microsoft OneNote style....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/
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. MailMerger.ExecuteWithRegionsToImages | Aspose....

    Effortlessly merge data from a DataTable into documents with MailMerger ExecuteWithRegionsToImages, transforming your content into stunning images....docx" ; DataTable dataTable = new DataTable ( "MyTable" ); dataTable...); dataTable . Rows . Add ( new object [] { "John" , "Doe" });...

    reference.aspose.com/words/net/aspose.words.low...
  10. PersonCollection | Aspose.Words for .NET

    Create and manage a dynamic collection of individuals with the PersonCollection class. Simplify your data handling and enhance your applications today!...PersonCollection() Initialize a new instance of the PersonCollection...Create a new person collection. PersonCollection persons = new PersonCollection...

    reference.aspose.com/words/net/aspose.words.bib...