Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 30,980 for

doc

(0.05 sec)
  1. HyphenationOptions.consecutive_hyphen_limit pro...

    HyphenationOptions.consecutive_hyphen_limit property. Gets or sets the maximum number of consecutive lines that can end with hyphens... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Fonts::FontInfoCollection::idx_g...

    Aspose::Words::Fonts::FontInfoCollection::idx_get method. Gets a font with the specified name in C++.... auto doc = MakeObject < Document > ( MyDir...< FontInfo > embeddedFont = doc -> get_FontInfos () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. SmartTag.AcceptEnd | Aspose.Words for .NET

    Discover how the SmartTag AcceptEnd method enhances visitor engagement by seamlessly managing end-of-visit experiences. Boost your site's interaction today!...public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  4. CustomXmlProperty.Name | Aspose.Words for .NET

    Define your custom XML attributes effortlessly with the CustomXmlProperty Name property. Enhance your Documents with smart tags for better organization....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  5. SmartTag.element property | Aspose.Words for No...

    SmartTag.element property. Specifies the name of the smart tag within the Document....test ( 'Create' , () => { let doc = new aw . Document (); // A...new aw . Markup . SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. SmartTag.Element | Aspose.Words for .NET

    Discover the SmartTag Element property to easily define and manage smart tag names within your Documents for enhanced organization and efficiency....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  7. SmartTag.Uri | Aspose.Words for .NET

    Discover the SmartTag Uri property—define your smart tag's namespace URI for enhanced functionality and seamless integration in your applications....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first paragraph in the story in C++.... auto doc = MakeObject < Document > ();...auto run = MakeObject < Run > ( doc , u "Hello world!" ); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/sto...
  9. Aspose::Words::Markup::CustomPartCollection::Cl...

    Aspose::Words::Markup::CustomPartCollection::Clear method. Removes all elements from the collection in C++.... auto doc = MakeObject < Document > ( MyDir...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the Document.... let doc = new aw . Document (); // A...nodes that we can edit. expect ( doc . sections . count ). toEqual...

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