Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 30,983 for

doc

(0.07 sec)
  1. IStructuredDocumentTag.LockContents | Aspose.Wo...

    Discover how the IStructuredDocumentTag LockContents property enhances Document security by preventing content edits. Ensure your SDT remains intact!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/net/aspose.words.mar...
  2. TabLeader Enum | Aspose.Words for .NET

    Discover the Aspose.Words.TabLeader enum, defining leader line styles for tabs, enhancing Document formatting and readability in your projects....Document doc = new Document (); Paragraph para = doc . FirstSection...Word. Assert . AreEqual ( 0 , doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/tab...
  3. Style.ParagraphFormat | Aspose.Words for .NET

    Discover how to access and customize the paragraph formatting of styles for enhanced Document presentation and professional formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/net/aspose.words/sty...
  4. Font.engrave property | Aspose.Words for Python

    Font.engrave property. True if the font is formatted as engraved.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 36...

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

    Discover the Font Color property to easily customize text colors in your designs. Enhance readability and aesthetics with vibrant, eye-catching hues!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify font formatting...

    reference.aspose.com/words/net/aspose.words/fon...
  6. Font.auto_color property | Aspose.Words for Python

    Font.auto_color property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # If a run's Font object...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.IsDecorative | Aspose.Words for .NET

    Discover ShapeBase. Easily manage decorative properties in your Documents. Enhance visual appeal by setting flags for unique shape designs.... Document doc = new Document ( MyDir + "Decorative...docx" ); Shape shape = ( Shape ) doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_LockContentControl method. When set to true, this property will prohibit a user from deleting this SDT in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. FieldCollection.remove_at method | Aspose.Words...

    FieldCollection.remove_at method. Removes a field at the specified index from this collection and from the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_field (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Font.text_effect property | Aspose.Words for Py...

    Font.text_effect property. Gets or sets the font animation effect.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 36...

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