Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 43,585 for

doc

(0.08 sec)
  1. Paragraph.parent_section property | Aspose.Word...

    Paragraph.parent_section property. Retrieves the parent [Section](../../section/) of the paragraph.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldTitle.Text | Aspose.Words for .NET

    Manage your FieldTitle Text property effortlessly. Easily get or set title text for enhanced clarity and user experience in your application.... Document doc = new Document (); // Set a value...built-in document property. doc . BuiltInDocumentPrope . Title...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Watermark class | Aspose.Words for Python

    aspose.words.Watermark class. Represents class to work with Document watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentProperty.ToDateTime | Aspose.Words for ...

    Convert DocumentProperty to UTC DateTime effortlessly. Access accurate timestamps and enhance your data management with our reliable method.... Document doc = new Document (); doc . CustomDocumentProper...DateTime authorizationDate = doc . CustomDocumentProper [ "AuthorizationDate"...

    reference.aspose.com/words/net/aspose.words.pro...
  5. Aspose::Words::ParagraphCollection::ToArray met...

    Aspose::Words::ParagraphCollection::ToArray method. Copies all paragraphs from the collection to a new array of paragraphs in C++.... auto doc = MakeObject < Document > ( MyDir...SharedPtr < Paragraph >> paras = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Style class | Aspose.Words for Python

    aspose.words.Style class. Represents a single built-in or user-defined style... doc = aw . Document () style = doc . styles . add...= aw . DocumentBuilder ( doc = doc ) # Apply one of the styles...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::RemoveAllChildren method. Removes all the nodes between this range start node and the range end node in C++....SdtRangeExtendedMeth () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "StructuredDocumentTa...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::RemoveSelfOnly method. Removes this range start and appropriate range end nodes of the structured Document tag, but keeps its content inside the Document tree in C++....SdtRangeExtendedMeth () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "StructuredDocumentTa...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. CleanupOptions.unusedStyles property | Aspose.W...

    CleanupOptions.unusedStyles property. Specifies whether unused styles should be removed from Document... let doc = new aw . Document (); doc . styles . add...StyleType . List , "MyListStyle1" ); doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldBuilder.build_and_insert method | Aspose.W...

    aspose.words.fields.FieldBuilder.build_and_insert method... doc = aw . Document () # A convenient...builder = aw . DocumentBuilder ( doc ) builder . write ( ' Hello world...

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