Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 313,762 for

doc

(0.2 sec)
  1. OoxmlCompliance Enum | Aspose.Words for .NET

    Aspose.Words.Saving.OoxmlCompliance enum. Allows to specify which OOXML specification will be used when saving in the DocX format in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two wrapping...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::TextWatermarkOptions::get_FontSi...

    Aspose::Words::TextWatermarkOptions::get_FontSize method. Gets or sets a font size. The default value is 0 - auto in C++.... auto doc = MakeObject < Document > ();...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/tex...
  3. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DocX format.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # If we configure compatibility...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Paragraph::get_IsEndOfHeaderFoot...

    Aspose::Words::Paragraph::get_IsEndOfHeaderFooter method. True if this paragraph is the last paragraph in the HeaderFooter (main text story) of a Section; false otherwise in C++.... auto doc = MakeObject < Document > ();...HeaderFooter > ( doc , HeaderFooterType :: HeaderPrimary ); doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. MailMerge.cleanup_paragraphs_with_punctuation_m...

    MailMerge.cleanup_paragraphs_with_punctuation_marks property. Gets or sets a value indicating whether paragraphs with punctuation marks are considered as empty and should be removed if the [MailMergeCleanupOptions.REMOVE_EMPTY_PARAGRAPHS](../../mailmergecleanupoptions/#REMOVE_EMPTY_PARAGRAPHS) option is specified.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) merge_field_option1 = builder ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. WriteProtection class | Aspose.Words for Python

    aspose.words.settings.WriteProtection class. Specifies write protection settings for a Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  7. C++ API to Export PCL to RTF | products.aspose.com

    Convert PCL to RTF within C++ applications....to convert PCL file format to DOC. Secondly, by using advanced...Words for C++ , you can export DOC to RTF. C++ API to Render PCL...

    products.aspose.com/total/cpp/conversion/pcl-to...
  8. Aspose::Words::Range Class Reference - Aspose.W...

    Represents a contiguous area in a Document.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); builder->Write(u "Hello world...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. Document.PackageCustomParts | Aspose.Words for ...

    Document PackageCustomParts property. Gets or sets the collection of custom parts arbitrary content that are linked to the OOXML package using unknown relationships in C#.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words/doc...
  10. CompositeNode.AppendChild | Aspose.Words for .NET

    CompositeNode AppendChild method. Adds the specified node to the end of the list of child nodes for this node in C#.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/com...