Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 300,000 for

doc

(0.17 sec)
  1. 5.2 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 5.2 Release Notes – the latest updates and fixes....565 DOC Add support for outline numbered lists 1084 DOC Support...1118 DOC Pattern or texture fills are not saved to DOC 1175 DOC...

    docs.aspose.com/words/net/aspose-words-for-net-...
  2. Aspose::Words::Settings::HyphenationOptions Cla...

    Allows to configure Document hyphenation options.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); builder->get_Font()->set_Size(24);...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. CustomXmlPartCollection.GetById | Aspose.Words ...

    CustomXmlPartCollection GetById method. Finds and returns a custom XML part by its identifier in C#.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  4. DocSaveOptions.SaveFormat | Aspose.Words for .NET

    DocSaveOptions SaveFormat property. Specifies the format in which the Document will be saved if this save options object is used. Can be Doc or Dot in C#.... Can be Doc or Dot. public override SaveFormat...Microsoft Word formats. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Markup::CustomXmlPart::Clone met...

    Aspose::Words::Markup::CustomXmlPart::Clone method. Makes a "deep enough" copy of the object. Does not duplicate the bytes of the Data value in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::RemoveAt method. Removes an item at the specified index in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. FontInfoCollection indexer | Aspose.Words for P...

    FontInfoCollection indexer. Gets a font at the specified index.... doc = aw . Document ( file_name =...font.docx' ) embedded_font = doc . font_infos . get_by_name (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document constructor. Creates a blank Word Document in C++....Create a blank document: auto doc = MakeObject < Document > ();...Section, a Body, and a Paragraph. doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. NodeCollection.RemoveAt | Aspose.Words for .NET...

    NodeCollection 方法. 从集合和文档中删除指定索引处的节点... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/zh/net/aspose.words/...
  10. Aspose::Words::Section::ClearContent method | A...

    Aspose::Words::Section::ClearContent method. Clears the section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words/sec...