Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 31,209 for

doc

(0.17 sec)
  1. Font.complexScript property | Aspose.Words for ...

    Font.complexScript property. Specifies whether the contents of this run shall be treated as complex script text regardless of their Unicode character values when determining the formatting for this run.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . complexScript...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Lists::ListFormat::get_IsListIte...

    Aspose::Words::Lists::ListFormat::get_IsListItem method. True when the paragraph has bulleted or numbered formatting applied to it in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); ASSERT_FALSE ( builder ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  3. ParagraphFormat.wordWrap property | Aspose.Word...

    ParagraphFormat.wordWrap property. If this property is ``false``, Latin text in the middle of a word can be wrapped for the current paragraph... let doc = new aw . Document ( base ...."Document.docx" ); let format = doc . firstSection . body . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartSeries.Insert | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeries Insert method. Insert X values at any index, optimizing your data visualization with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Border.Color | Aspose.Words for .NET

    Customize your designs effortlessly with the Border Color property, allowing you to set and modify border colors for a stunning visual impact.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Border ....

    reference.aspose.com/words/net/aspose.words/bor...
  6. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects.... Document doc = new Document (); // Insert...GroupShape group = new GroupShape ( doc ); group . Bounds = new RectangleF...

    reference.aspose.com/words/net/aspose.words.dra...
  7. MarkdownSaveOptions.exportUnderlineFormatting p...

    MarkdownSaveOptions.exportUnderlineFormatting property. Gets or sets a boolean value indicating either to export underline text formatting as sequence of two plus characters ++... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . underline = aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. MemoryFontSource.font_data property | Aspose.Wo...

    MemoryFontSource.font_data property. Binary font data...., priority = 0 ) doc = aw . Document () doc . font_settings =...aw . fonts . FontSettings () doc . font_settings . set_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Style.semi_hidden property | Aspose.Words for P...

    Style.semi_hidden property. Gets/sets whether the style hides from the Styles gallery and from the Styles task pane.... doc = aw . Document () style_title = doc . styles ...style_title . semi_hidden = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CustomXmlProperty | Aspose.Words for Java

    Represents a single custom XML attribute or a smart tag property in Java....throws Exception { Document doc = new Document(); // A smart...SmartTag smartTag = new SmartTag(doc); // Smart tags are composite...

    reference.aspose.com/words/java/com.aspose.word...