Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 18,479 for

docx to doc

(0.42 sec)
  1. ViewOptions.displayBackgroundShape property | A...

    ViewOptions.displayBackgroundShape property. Controls display of the background shape in print layout view....</p> </body> </html>` ; let doc = new aw . Document ( Buffer...a" flag to "true". expect ( doc . viewOptions . displayBackgroundSha...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::ParagraphFormat::get_PageBreakBe...

    Aspose::Words::ParagraphFormat::get_PageBreakBefore method. True if a page break is forced before the paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set this flag to "true"...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. FieldBuilder.AddSwitch | Aspose.Words for .NET

    Discover the FieldBuilder AddSwitch method To effortlessly add field switches, enhancing your application's functionality and user experience.... Document doc = new Document (); // Below are...= builder . BuildAndInsert ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FontInfo.GetEmbeddedFont | Aspose.Words for .NET

    Discover the FontInfo GetEmbeddedFont method To easily retrieve specific embedded font files, enhancing your design projects with seamless typography....Document doc = new Document ( MyDir + "Embedded font.docx" ); FontInfo...FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451 Mittelschrift"...

    reference.aspose.com/words/net/aspose.words.fon...
  5. FontInfo.GetEmbeddedFontAsOpenType | Aspose.Wor...

    Discover how the FontInfo GetEmbeddedFontAsOpenType method retrieves embedded fonts in OpenType format, enhancing your design flexibility and quality....Document doc = new Document ( MyDir + "Embedded font.docx" ); FontInfo...FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451 Mittelschrift"...

    reference.aspose.com/words/net/aspose.words.fon...
  6. MarkdownSaveOptions.OfficeMathExportMode | Aspo...

    Discover the MarkdownSaveOptions OfficeMathExportMode property To cusTomize OfficeMath output. Optimize your files with flexible export settings!...Document doc = new Document ( MyDir + "Office math.docx" ); MarkdownSaveOptions...MarkdownOfficeMathEx . Image ; doc . Save ( ArtifactsDir + "MarkdownSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Compress PPT Files Online or using Android Mobi...

    Free online app To compress different PPT files. Android compression library Java code for PPT Documents....[Product Documentation](https://docs.aspose.com/slides/java/system-requirements/)...(Comma Seperated Values) Compress DOC Files (Microsoft Word Binary...

    products.aspose.com/total/android-java/compress...
  8. Compress Powerpoint Files Online or using Andro...

    Free online app To compress different Powerpoint files. Android compression library Java code for Powerpoint Documents....[Product Documentation](https://docs.aspose.com/slides/java/system-requirements/)...(Comma Seperated Values) Compress DOC Files (Microsoft Word Binary...

    products.aspose.com/total/android-java/compress...
  9. UserInformation.defaultUser property | Aspose.W...

    UserInformation.defaultUser property. Default user information.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. How to Union or Concat self made structure - Fr...

    Hi, I have a problem because I can’t execute an UNION (or a Concat function) between 2 generic collection (System.Collections.Generic.IEnumerable`1[Cj]). I have To create a unique structure with 3 static elements (volE…...template var doc = new Document("EmployeeReportTempla.docx"); // Prepare...the template doc.Report(data); // Save the result doc.Save("EmployeeReportResult...

    forum.aspose.com/t/how-to-union-or-concat-self-...