Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 18,297 for

docx to doc

(0.09 sec)
  1. FieldSkipIf | Aspose.Words for Java

    Implements the SKIPIF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a SKIPIF field. If...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Section::ClearHeadersFooters met...

    Aspose::Words::Section::ClearHeadersFooters method. Clears the headers and footers of this section in C++.... auto doc = System :: MakeObject < Aspose...Document > (); ASSERT_EQ ( 0 , doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words/sec...
  3. SdtType enumeration | Aspose.Words for Node.js

    Aspose.Words.Markup.SdtType enumeration. Specifies the type of a structured Document tag (SDT) node.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. WriteProtection.ReadOnlyRecommended | Aspose.Wo...

    Discover the WriteProtection ReadOnlyRecommended property, guiding users To open Documents in read-only mode for enhanced security and integrity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...
  5. ImageData.SetImage | Aspose.Words for .NET

    Discover how To use the SetImage method in ImageData To enhance your shapes with cusTomized images. Elevate your design effortlessly!... Document doc = new Document (); // To display...imgShape = new Shape ( doc , ShapeType . Image ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  6. PaperSize Enum | Aspose.Words for .NET

    Discover the Aspose.Words.PaperSize enum for defining cusTom paper sizes in your Documents. Enhance your Document formatting with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pap...
  7. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document construcTor. Creates a blank Word Document in C++.... auto doc = System :: MakeObject < Aspose...Section, a Body, and a Paragraph. doc -> AppendChild < System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. FieldPrintDate | Aspose.Words for Java

    Implements the PRINTDATE field in Java.... Document doc = new Document(getMyDir() + "Field..."Field sample - PRINTDATE.docx"); // When a document is printed...

    reference.aspose.com/words/java/com.aspose.word...
  9. PageSetup.suppressEndnotes property | Aspose.Wo...

    PageSetup.suppressEndnotes property. True if endnotes are printed at the end of the next section that doesn't suppress endnotes..., () => { let doc = new aw . Document (); doc . removeAllChildren...endnotes at its end. expect ( doc . endnoteOptions . position )...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FontFallbackSettings.Load | Aspose.Words for .NET

    Effortlessly load and manage font fallback settings from XML files with the FontFallbackSettings Load method for seamless typography integration....Document doc = new Document ( MyDir + "Rendering.docx" ); // Load...rules.xml" ); doc . FontSettings = fontSettings ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.fon...