Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 30,983 for

doc

(0.03 sec)
  1. Aspose::Words::NodeCollection::Remove method | ...

    Aspose::Words::NodeCollection::Remove method. Removes the node from the collection and from the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add text to the document...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. Aspose::Words::Section::PrependContent method |...

    Aspose::Words::Section::PrependContent method. Inserts a copy of content of the source section at the beginning of this section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/sec...
  3. Aspose::Words::Section::DeleteHeaderFooterShape...

    Aspose::Words::Section::DeleteHeaderFooterShapes method. Deletes all shapes (drawing objects) from the headers and footers of this section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Create a primary header...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. Aspose::Words::Layout::PageLayoutCallbackArgs::...

    Aspose::Words::Layout::PageLayoutCallbackArgs::get_Document method. Gets Document in C++....PageLayoutCallback () { auto doc = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_LayoutOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. ListLevel.custom_number_style_format property |...

    ListLevel.custom_number_style_format property. Gets or sets the custom number style format for this list level... doc = aw . Document ( file_name =...leading zero.docx' ) list_level = doc . first_section . body . paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MergeFieldImageDimension | Aspose.Words for .NET

    Create precise image dimensions in points with the MergeFieldImageDimension constructor. Enhance your design with accurate sizing for better results....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FindReplaceOptions.IgnoreDeleted | Aspose.Words...

    Discover the FindReplaceOptions IgnoreDeleted property, control text visibility in deleted revisions with an easy boolean toggle. Enhance your editing experience!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.rep...
  8. 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...
  9. 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...
  10. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadOptions.detectHyperlinks property. Specifies either to detect hyperlinks in text...com/\n" + "https://docs.aspose.com/words/net/\n" ; //...detectHyperlinks = true ; let doc = new aw . Document ( Buffer...

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