Sort Score
Result 10 results
Languages All
Labels All
Results 7,261 - 7,270 of 17,239 for

docx to doc

(0.05 sec)
  1. SaveOptions.updateCreatedTimeProperty property ...

    SaveOptions.updateCreatedTimeProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.createdTime](../../../aspose.words.properties/builtinDocumentproperties/createdTime/) property is updated before saving... let doc = new aw . Document (); doc . builtInDocumentPrope...updateCreatedTimePro = isUpdateCreatedTimeP ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.sections property | Aspose.Words for P...

    Document.sections property. Returns a collection that represents all sections in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  3. EmbeddedFontStyle enumeration | Aspose.Words fo...

    aspose.words.fonts.EmbeddedFontStyle enumeration. Specifies the style of an embedded font inside a [FontInfo](../fontinfo/) object.... doc = aw . Document ( file_name =...+ 'Embedded font.docx' ) embedded_font = doc . font_infos . get_by_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Markup::CustomXmlPartCollection ...

    Aspose::Words::Markup::CusTomXmlPartCollection class. Represents a collection of CusTom XML Parts. The items are CusTomXmlPart objects. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Watermark.SetImage | Aspose.Words for .NET

    Enhance your Documents with the Watermark SetImage method. Effortlessly add stunning image watermarks for a professional Touch.... Document doc = new Document (); // Modify...different options to insert image: doc . Watermark . SetImage ( Image...

    reference.aspose.com/words/net/aspose.words/wat...
  6. LoadOptions.ConvertMetafilesToPng | Aspose.Word...

    Effortlessly convert WMF and EMF metafiles To PNG format with LoadOptions. Simplify your image management and enhance compatibility Today!...Document doc = new Document (); Shape shape = new Shape ( doc , ShapeType...100 ; shape . Height = 100 ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.loa...
  7. Aspose::Words::Fields::FieldKeywords::get_Text ...

    Aspose::Words::Fields::FieldKeywords::get_Text method. Gets or sets the text of the keywords in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add some keywords, also...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. SaveOptions.update_created_time_property proper...

    SaveOptions.update_created_time_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.created_time](../../../aspose.words.properties/builtinDocumentproperties/created_time/) property is updated before saving... doc = aw . Document () created_time...datetime ( 2019 , 12 , 20 ) doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.Document property. Gets or sets the [DocumentBuilder.Document](./) object that this object is attached To.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. TableStyle.bottom_padding property | Aspose.Wor...

    TableStyle.botTom_padding property. Gets or sets the amount of space (in points) To add below the contents of table cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...