Sort Score
Result 10 results
Languages All
Labels All
Results 7,771 - 7,780 of 18,447 for

docx to doc

(2.03 sec)
  1. Working with Form Fields in Python|Aspose.Words...

    Insert, obtain, or format a form field in a Document using Python....form field into a document: doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . insert_text_input ( "TextInput"...

    docs.aspose.com/words/python-net/working-with-f...
  2. Aspose::Words::Lists::ListLevel::get_CustomNumb...

    Aspose::Words::Lists::ListLevel::get_CusTomNumberStyleFormat method. Gets or sets the cusTom number style format for this list level. For example: "a, ç, ĝ, ..." in C++.... auto doc = System :: MakeObject < Aspose...+ u "List with leading zero.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  3. Aspose::Words::DocumentBase::get_PageColor meth...

    Aspose::Words::DocumentBase::get_PageColor method. Gets or sets the page color of the Document. This property is a simpler version of BackgroundShape in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> set_PageColor...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. HyphenationOptions.HyphenationZone | Aspose.Wor...

    Optimize text layout with the HyphenationZone property. Control hyphenation distance from the right margin for cleaner, professional Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...
  5. 限制 Python 中的文档编辑|Python via .NET 格式的 Aspose.Words

    通过使用 Python 设置限制类型来限制编辑文档。您还可以删除保护并创建不受限制的可编辑区域。...words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/zh/python-net/restrict-do...
  6. Aspose::Words::Layout::LayoutOptions::get_Ignor...

    Aspose::Words::Layout::LayouToptions::get_IgnorePrinterMetrics method. Gets or sets indication of whether the "Use printer metrics To lay out Document" compatibility option is ignored. Default is true in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); doc -> get_LayoutOptions ()...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. FieldShape | Aspose.Words for Java

    Implements the SHAPE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // The BIDIOUTLINE field numbers...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to load fonts? | Aspose.Font for Java

    How To load fonts inTo your application using Aspose.Font for Java? The answer is given in the article explained in the code examples....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/font/java/how-to-load-fonts/
  9. Aspose::Words::ImageWatermarkOptions class | As...

    Aspose::Words::ImageWatermarkOptions class. Contains options that can be specified when adding a watermark with image. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...methods to add image watermark. doc -> get_Watermark () -> SetImage...

    reference.aspose.com/words/cpp/aspose.words/ima...
  10. ChartAxisTitle.overlay property | Aspose.Words ...

    ChartAxisTitle.overlay property. Determines whether other chart elements shall be allowed To overlap the title... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

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