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

doc

(0.1 sec)
  1. Inline.Font | Aspose.Words for .NET

    Inline Font property. Provides access to the font formatting of this object in C#.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/inl...
  2. DocumentBase.Styles | Aspose.Words for .NET

    DocumentBase Styles property. Returns a collection of styles defined in the Document in C#....Document doc = new Document (); Assert . AreEqual ( 4 , doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Story.delete_shapes method | Aspose.Words for P...

    Story.delete_shapes method. Deletes all shapes from the text of this story.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Use a DocumentBuilder to insert...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Adding JavaScript in Python|Aspose.PDF for Pyth...

    Explore how to add JavaScript code to a PDF Document using Python with Aspose.PDF, enhancing interactivity and functionality.... Python Code doc = self . Document () pdf = self...bSilent:false,bShrinkToFit:true});" ); doc . setOpenAction ( javaScript...

    docs.aspose.com/pdf/python-java/adding-javascri...
  5. FieldStyleRef.suppress_non_delimiters property ...

    FieldStyleRef.suppress_non_delimiters property. Gets or sets whether to suppress non-delimiter characters.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Font::get_StrikeThrough method |...

    Aspose::Words::Font::get_StrikeThrough method. True if the font is formatted as strikethrough text in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fon...
  7. Story.DeleteShapes | Aspose.Words for .NET

    Story DeleteShapes method. Deletes all shapes from the text of this story in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a DocumentBuilder to...

    reference.aspose.com/words/net/aspose.words/sto...
  8. Watermark.Remove | Aspose.Words for .NET

    Watermark Remove method. Removes the watermark in C#.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  9. Remove Metadata from PDF in Ruby|Aspose.PDF for...

    Erase sensitive or unwanted metadata from PDF files programmatically with Aspose.PDF for Ruby.... doc = Rjb :: import ( ' com . aspose...) if doc . getMetadata (). contains ( "pdfaid:part" ) doc . getMetadata...

    docs.aspose.com/pdf/java/remove-metadata-from-p...
  10. NumberList | Aspose.Note for .NET API Reference

    Gets or sets the style for the numbered list header.... Document doc = new Aspose . Note . Document.... Page ( doc ); Outline outline = new Outline ( doc ); // Apply...

    reference.aspose.com/note/net/aspose.note/outli...