Sort Score
Result 10 results
Languages All
Labels All
Results 8,121 - 8,130 of 180,789 for

doc

(0.29 sec)
  1. ShapeBase.HeightRelative | Aspose.Words for .NET

    Discover the ShapeBase HeightRelative property to easily manage shape height as a percentage, enhancing your design's flexibility and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Adding a simple shape with...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Drawing::ShapeBase::get_CoordOri...

    Aspose::Words::Drawing::ShapeBase::get_CoordOrigin method. The coordinates at the top-left corner of the containing block of this shape in C++.... auto doc = System :: MakeObject < Aspose...:: Drawing :: GroupShape > ( doc ); ASSERT_EQ ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Გადაიყვანეთ Გამოსახულება JPG Python

    გადაიყვანეთ Გამოსახულება JPG Python ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG Python....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) shape...

    products.aspose.com/words/ka/python-net/convers...
  4. NumeralFormat enumeration | Aspose.Words for Py...

    aspose.words.saving.NumeralFormat enumeration. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . font . locale_id = 4096...

    reference.aspose.com/words/python-net/aspose.wo...
  5. VbaModule Class | Aspose.Words for .NET

    Unlock the power of Aspose.Words.Vba.VbaModule for seamless access to your VBA project modules. Enhance productivity and streamline your Document automation!... Document doc = new Document ( MyDir + "VBA...modules. VbaProject vbaProject = doc . VbaProject ; Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.vba...
  6. SignatureLine.DefaultInstructions | Aspose.Word...

    Discover how the SignatureLine DefaultInstructions property enhances your Sign dialog with customizable default instructions for a seamless user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions options...

    reference.aspose.com/words/net/aspose.words.dra...
  7. FixedPageSaveOptions.metafileRenderingOptions p...

    FixedPageSaveOptions.metafileRenderingOptions property. Allows to specify metafile rendering options....IWarningCallback' , () => { let doc = new aw . Document ( base ....HandleDocumentWarnin (); doc . warningCallback = callback ; doc . save ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Paragraph.list_label property | Aspose.Words fo...

    Paragraph.list_label property. Gets a [Paragraph.list_label](./) object that provides access to list numbering value and formatting for this paragraph.... doc = aw . Document ( file_name =...'Rendering.docx' ) doc . update_list_labels () paras = doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to calculate paragraphs in word occupy a fe...

    LayoutEnumerator Please provide me with a case, thanks...// Load the document Document doc = new Document("path/to/your/document...layoutEnumerator = new LayoutEnumerator(doc); // Move to the first paragraph...

    forum.aspose.com/t/how-to-calculate-paragraphs-...
  10. Fitting all Tables to the Page Width|Aspose.Wor...

    Fit a table into a Document by page width easily and fast instead of using VSTO in C#....Words Document doc = new Document ( "doc.docx" ); foreach (...( Table table in doc . GetChildNodes ( NodeType . Table , true...

    docs.aspose.com/words/net/fitting-all-tables-to...