Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 157,127 for

doc

(0.05 sec)
  1. FramesetCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words FramesetCollection class, your go-to solution for managing multiple Frameset instances effortlessly in Document processing.... Document doc = new Document ( MyDir + "Frameset...docx" ); Assert . AreEqual ( 3 , doc . Frameset . ChildFramesets ...

    reference.aspose.com/words/net/aspose.words.fra...
  2. FontInfo.get_embedded_font_as_open_type method ...

    FontInfo.get_embedded_font_as_open_type method. Gets an embedded font file in OpenType format... doc = aw . Document ( file_name =...font.docx' ) embedded_font = doc . font_infos . get_by_name (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Remove Breaks in Ruby|Aspose.Words for Java

    Remove breaks using Ruby....Code def remove_page_breaks ( doc ) # Retrieve all paragraphs in...words.NodeType" ) paragraphs = doc . getChildNodes ( node_type ...

    docs.aspose.com/words/java/remove-breaks-in-ruby/
  4. OoxmlSaveOptions.save_format property | Aspose....

    OoxmlSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # If we configure compatibility...

    reference.aspose.com/words/python-net/aspose.wo...
  5. NodeCollection.RemoveAt | Aspose.Words for .NET

    Effortlessly remove nodes from your collection with the NodeCollection RemoveAt method. Streamline Document management by removing specific nodes quickly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/nod...
  6. Style.aliases property | Aspose.Words for Node.js

    Style.aliases property. Gets all aliases of this style... let doc = new aw . Document ( base ....separate alias. let style = doc . styles . at ( "MyStyle" );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Style.Aliases | Aspose.Words for .NET

    Discover all style aliases effortlessly with the Style Aliases property. If none exist, receive an empty string array. Simplify your style management!... Document doc = new Document ( MyDir + "Style...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  8. Aspose::Words::Markup::CustomXmlProperty::get_N...

    Aspose::Words::Markup::CustomXmlProperty::get_Name method. Specifies the name of the custom XML attribute or smart tag property in C++.... void Create () { auto doc = MakeObject < Document > ();...= MakeObject < SmartTag > ( doc ); // Smart tags are composite...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Aspose::Words::Markup::SmartTag::get_Properties...

    Aspose::Words::Markup::SmartTag::get_Properties method. A collection of the smart tag properties in C++.... void Create () { auto doc = MakeObject < Document > ();...= MakeObject < SmartTag > ( doc ); // Smart tags are composite...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Aspose::Words::Markup::SmartTag::get_Element me...

    Aspose::Words::Markup::SmartTag::get_Element method. Specifies the name of the smart tag within the Document in C++.... void Create () { auto doc = MakeObject < Document > ();...= MakeObject < SmartTag > ( doc ); // Smart tags are composite...

    reference.aspose.com/words/cpp/aspose.words.mar...