Sort Score
Result 10 results
Languages All
Labels All
Results 7,471 - 7,480 of 18,406 for

docx to doc

(0.12 sec)
  1. Aspose::Words::Drawing::Fill::SetImage method |...

    Aspose::Words::Drawing::Fill::SetImage method. Changes the fill type To single image in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // There are several ways...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. 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...
  3. Aspose word Html Conversion - Free Support Foru...

    Hi team , I am Converting a Paragraph in Aspose To Html but it’s providig me Margin Top 4pt which should be zero , I am sharing the code which is used and Document which i am converting. Please note that i am Convertin…...SetLicense(ms) End Using Dim doc As Aspose.Words.Document = New...Markup.StructuredDocumentTa In doc.GetChildNodes(Aspose.Words.NodeType...

    forum.aspose.com/t/aspose-word-html-conversion/...
  4. 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...
  5. CustomXmlPartCollection.clear method | Aspose.W...

    CusTomXmlPartCollection.clear method. Removes all elements from the collection.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomXmlPart.clone method | Aspose.Words for P...

    CusTomXmlPart.clone method. Makes a deep enough copy of the object... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPartCollection indexer | Aspose.Words ...

    CusTomXmlPartCollection indexer. Gets or sets an item at the specified index.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentSecurity enumeration | Aspose.Words for...

    aspose.words.properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtinDocumentproperties/security/) property... doc = aw . Document () self . assertEqual.... DocumentSecurity . NONE , doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Style.baseStyleName property | Aspose.Words for...

    Style.baseStyleName property. Gets/sets the name of the style this style is based on.... let doc = new aw . Document ( base .... myDir + "Style with alias.docx" ); // This document contains...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ParagraphCollection.toArray method | Aspose.Wor...

    ParagraphCollection.ToArray method. Copies all paragraphs from the collection To a new array of paragraphs.... let doc = new aw . Document ( base ....myDir + "Paragraphs.docx" ); let paras = doc . firstSection . body...

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