Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 349,425 for

document

(0.08 sec)
  1. StyleCollection.defaultFont property | Aspose.W...

    StyleCollection.defaultFont property. Gets Document default text formatting....defaultFont property Gets document default text formatting. get...Words . Font Remarks Note that document-wide defaults were introduced...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ListCollection.getListByListId method | Aspose....

    ListCollection.getListByListId method. Gets a list by a list identifier....Shows how to verify owner document properties of lists. let doc...doc = new aw . Document (); let lists = doc . lists ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. XmlMapping.Delete | Aspose.Words for .NET

    Effortlessly remove XML data mappings with the XmlMapping Delete method. Streamline your structured Documents for improved efficiency and organization....mapping of the parent structured document to XML data. public void Delete...custom XML parts. Document doc = new Document (); // Construct...

    reference.aspose.com/words/net/aspose.words.mar...
  4. List.ListId | Aspose.Words for .NET

    Discover the unique ListId property to easily access and manage your lists. Streamline your workflow with this essential identifier....verify owner document properties of lists. Document doc = new Document...Document (); ListCollection lists = doc . Lists ; Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.lis...
  5. ShapeBase.Title | Aspose.Words for .NET

    Manage your ShapeBase title property effortlessly. Set or retrieve the title caption for any shape object to enhance your design's clarity and appeal.... Document doc = new Document (); DocumentBuilder...title, and then add it to the document. Shape shape = new Shape (...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Comment::Comment constructor | A...

    Aspose::Words::Comment::Comment constructor. Initializes a new instance of the Comment class in C++....:DocumentBase>& The owner document. Remarks When Comment is created...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/cpp/aspose.words/com...
  7. StructuredDocumentTag constructor | Aspose.Word...

    StructuredDocumentTag constructor. Initializes a new instance of the Structured Document tag class....instance of the Structured document tag class. def __init__ (...doc DocumentBase The owner document. type SdtType Type of SDT...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ParagraphFormat.suppress_auto_hyphens property ...

    ParagraphFormat.suppress_auto_hyphens property. Specifies whether the current paragraph should be exempted from any hyphenation which is applied in the Document settings....hyphenation which is applied in the document settings. @property def s...red ( 'de-CH' )) # Open a document containing text with a locale...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Extract PDF Metadata using PHP | Aspose.PDF

    Extract PDF format metadata programmatically with PHP sample code using Aspose.PDF for PHP via Java... Accessing a document’s metadata means getting information...can quickly locate specific documents by using keywords or details...

    products.aspose.com/pdf/php-java/metadata/
  10. How to Split Word File using C#

    This tutorial explains how to split Word file using C#. It contains all the details for configuring the development environment, sequence of steps for writing this application and a runnable sample code to extract pages from Word using C#.... Steps to Split Word Document into Separate Files using...manager to split documents Load the source Word document containing...

    kb.aspose.com/words/net/how-to-split-word-file-...