Sort Score
Result 10 results
Languages All
Labels All
Results 7,271 - 7,280 of 180,456 for

doc

(0.17 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 在 Python 中设置 PDF 文件信息|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... doc = self . Document () pdf = self...pdf' # 获取文档信息 doc_info = doc . getInfo (); doc_info . setAuthor...

    docs.aspose.com/pdf/zh/java/set-pdf-file-inform...
  5. ChartLegend | Aspose.Words for Java

    Represents chart legend properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  6. 在 Python 中以只读方式打开文档|Python via .NET 格式的 Aspose....

    将文档设置为只读,以便可以复制或读取内容,但不能使用 Python 进行修改。...words as aw doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Open document...

    docs.aspose.com/words/zh/python-net/open-a-docu...
  7. Working with Images in XPS file | .NET

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/page/net/xps/working-with-images/
  8. AxisCategoryType | Aspose.Words for Java

    Specifies type of a category axis in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::OutlineLevel enum | Aspose.Words...

    Aspose::Words::OutlineLevel enum. Specifies the outline level of a paragraph in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Each paragraph has an OutlineLevel...

    reference.aspose.com/words/cpp/aspose.words/out...
  10. InlineStory.is_move_to_revision property | Aspo...

    InlineStory.is_move_to_revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled.... doc = aw . Document ( file_name =...change. self . assertTrue ( doc . has_revisions ) footnotes =...

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