Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 222,973 for

new

(0.09 sec)
  1. FieldAutoText Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoText class to effortlessly manage AUTOTEXT fields, enhancing document automation and efficiency.... Document doc = new Document (); // Create a glossary...it. doc . GlossaryDocument = new GlossaryDocument (); BuildingBlock...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Hello World in Ruby|Aspose.Words for Java

    Write 'Hello' to a Word Document using Ruby.... new () #### provides members to easily...DocumentBuilder' ) . new ( document ) ##### a new paragraph in the...

    docs.aspose.com/words/java/hello-world-in-ruby/
  3. Filter Appointments from Exchange Server|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....domain ); SimpleDateFormat sdf = new SimpleDateFormat ( "dd/MM/yyyy...ExchangeQueryBuilder builder = new ExchangeQueryBuilder (); builder...

    docs.aspose.com/email/java/filter-appointments-...
  4. SvgSaveOptions.ExportEmbeddedImages | Aspose.Wo...

    Discover how the SvgSaveOptions ExportEmbeddedImages property lets you embed images in SVG files as base64, enhancing portability while managing file size....SvgResourceFolder () { Document doc = new Document ( MyDir + "Rendering...); SvgSaveOptions options = new SvgSaveOptions { SaveFormat =...

    reference.aspose.com/words/net/aspose.words.sav...
  5. OoxmlSaveOptions.KeepLegacyControlChars | Aspos...

    Discover OoxmlSaveOptions' KeepLegacyControlChars property to maintain the original format of legacy control characters for seamless document conversion.... Document doc = new Document ( MyDir + "Legacy control...document. OoxmlSaveOptions so = new OoxmlSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FieldChar.GetField | Aspose.Words for .NET

    Discover the GetField method in FieldChar, effortlessly retrieve fields for optimal data management and enhanced performance in your applications.... Remarks A new Field object is created each...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Font.StyleName | Aspose.Words for .NET

    Discover the Font StyleName property, easily manage character styles for enhanced text formatting and design flexibility in your projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...methods to reference old and new styles. foreach ( Run run in...

    reference.aspose.com/words/net/aspose.words/fon...
  8. LayoutOptions.CommentDisplayMode | Aspose.Words...

    Discover the LayoutOptions CommentDisplayMode property to customize comment rendering. Easily set it to enhance user experience with options like ShowInBalloons....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...world!" ); Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words.lay...
  9. Aspose Java Mail Msg To Eml conversion override...

    Hello, We are converting MSG files to EML files via: MailMessage message = MailMessage.load(New ByteArrayInputStream(msg), New MsgLoadOptions()); ByteArrayOutputStream out = New ByteArrayOutputStream(); EmlSaveOption…...load(new ByteArrayInputStream(msg), new MsgLoadOptions());...MsgLoadOptions()); ByteArrayOutputStrea out = new ByteArrayOutputStrea(); EmlSaveOptions...

    forum.aspose.com/t/aspose-java-mail-msg-to-eml-...
  10. Limiting font folders and providing custom path...

    Hi, I have a usecase where I need to let aspose cells api know where to look for fonts. I use the below mentioned line to achieve that: Fontconfigs.setFontFolders(New String[]{“pathToMyDir”}, true); I also have a usec…...setFontFolders(new String[]{“pathToMyDir”}, true);...an excel file that uses Times New Roman in a table, and I want...

    forum.aspose.com/t/limiting-font-folders-and-pr...