Sort Score
Result 10 results
Languages All
Labels All
Results 9,011 - 9,020 of 18,310 for

docx to doc

(0.1 sec)
  1. ShapeBase.relative_horizontal_position property...

    ShapeBase.relative_horizontal_position property. Specifies relative To what the shape is positioned horizontally.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a floating image...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Shading.Texture | Aspose.Words for .NET

    Discover the Shading Texture property To enhance your designs. Easily cusTomize and set textures for stunning visual effects in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...

    reference.aspose.com/words/net/aspose.words/sha...
  3. Create Tables in NPOI|Aspose.Words for .NET

    Create a table in a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . ParagraphFormat...

    docs.aspose.com/words/net/create-tables-in-npoi/
  4. Aspose::Words::Drawing::Fill::get_TextureAlignm...

    Aspose::Words::Drawing::Fill::get_TextureAlignment method. Gets or sets the alignment for tile texture fill in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. MeasurementUnits Enum | Aspose.Words for .NET

    Discover Aspose.Words.MeasurementUnits enum for precise unit selection in Document processing. Enhance your workflow with accurate measurement options!...Document doc = new Document ( MyDir + "Rendering.docx" ); OdtSaveOptions...IsStrictSchema11 = exportToOdt11Specs }; doc . Save ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/net/aspose.words/mea...
  6. Font.italic property | Aspose.Words for Python

    Font.italic property. True if the font is formatted as italic.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 36...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Style::get_UnhideWhenUsed method...

    Aspose::Words::Style::get_UnhideWhenUsed method. Gets/sets whether the style used in the current Document unhides from the Styles gallery and from the Styles task pane. True when the used style should be shown in the Styles gallery in C++.... auto doc = System :: MakeObject < Aspose...Words :: Style > styleTitle = doc -> get_Styles () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. Table.rows property | Aspose.Words for Python

    Table.rows property. Provides typed access To the rows of the table.... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) # Below are two ways of getting a...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.StopTrackRevisions | Aspose.Words for ...

    Learn how To use the STopTrackRevisions method To prevent auTomatic Document change markings, enhancing your editing efficiency and Document clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Editing a document usually...

    reference.aspose.com/words/net/aspose.words/doc...
  10. TableStyle.shading property | Aspose.Words for ...

    TableStyle.shading property. Gets a [Shading](../../shading/) object that refers To the shading formatting for table cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

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