Sort Score
Result 10 results
Languages All
Labels All
Results 4,961 - 4,970 of 180,236 for

doc

(0.34 sec)
  1. Aspose::Words::Drawing::LayoutFlow enum | Aspos...

    Aspose::Words::Drawing::LayoutFlow enum. Determines the flow of the text layout in a textbox in C++....change its orientation auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); auto textbox = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::NumSpacing enum | Aspose.Words f...

    Aspose::Words::NumSpacing enum. Specifies possible values in which numeral spacing can be displayed in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // This effect is only supported...

    reference.aspose.com/words/cpp/aspose.words/num...
  3. Convert a Document to PDF in Python|Aspose.Word...

    Convert a Document to PDF using Python. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....document from Word formats, such as DOC or DOCX, to PDF without using... Convert DOC or DOCX to PDF Converting from the DOC or DOCX document...

    docs.aspose.com/words/python-net/convert-a-docu...
  4. FieldHyperlink.screen_tip property | Aspose.Wor...

    FieldHyperlink.screen_tip property. Gets or sets the ScreenTip text for the hyperlink.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TableStyle.left_padding property | Aspose.Words...

    TableStyle.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of table cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用Python通过.NET操作PDF文档|Aspose.PDF for Python via...

    本文包含有关如何使用Python验证PDF A标准的PDF文档,如何处理目录,如何设置PDF到期日期等信息。...pdf as ap # 加载现有的 PDF 文件 doc = ap . Document ( input_pdf )...) # 访问 PDF 文件的第一页 tocPage = doc . pages . insert ( 1 ) # 创建对象以表示目录信息...

    docs.aspose.com/pdf/zh/python-net/manipulate-pd...
  7. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Words method. Represents an estimate of the number of words in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( System...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. Aspose::Words::Drawing::ShapeBase::get_Glow met...

    Aspose::Words::Drawing::ShapeBase::get_Glow method. Gets glow formatting for the shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. ViewOptions | Aspose.Words for Java

    Provides various options that control how a Document is shown in Microsoft Word in Java.... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); builder.writeln("Hello world!"); doc.getViewOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Create AcroForms - Create Fillable PDF in Java|...

    This section explains how to create AcroForms from scratch in your PDF Documents with Aspose.PDF for Java....{ Document doc = new Document (); Page page = doc . getPages...setPartialName ( "radio" ); doc . getForm (). add ( rf , 1 );...

    docs.aspose.com/pdf/java/create-forms/