Sort Score
Result 10 results
Languages All
Labels All
Results 7,521 - 7,530 of 17,485 for

docx to doc

(0.07 sec)
  1. Fill.ForeColor | Aspose.Words for .NET

    Set the ForeColor property To cusTomize your fill's foreground color with a Color object, enhancing visual appeal and design flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Bytes method. Represents an estimate of the number of bytes in the Document in C++.... void Content () { auto doc = MakeObject < Document > ( MyDir...MyDir + u "Paragraphs.docx" ); SharedPtr < BuiltInDocumentPrope...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_ContentStatus method. Gets or sets the content status of the Document in C++.... void Content () { auto doc = MakeObject < Document > ( MyDir...MyDir + u "Paragraphs.docx" ); SharedPtr < BuiltInDocumentPrope...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. CustomDocumentProperties.add_link_to_content me...

    CusTomDocumentProperties.add_link_To_content method. Creates a new linked To content cusTom Document property.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldStyleRef.style_name property | Aspose.Word...

    FieldStyleRef.style_name property. Gets or sets the name of the style by which the text To search for is formatted.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldGoToButton.display_text property | Aspose....

    FieldGoToButTon.display_text property. Gets or sets the text of the butTon that appears in the Document, such that it can be selected To activate the jump.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a GOTOBUTTON field...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Table.clear_borders method | Aspose.Words for P...

    Table.clear_borders method. Removes all table and cell borders on this table.... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) table = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...auto run = MakeObject < Run > ( doc , u "Hello world!" ); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/run/
  9. Aspose::Words::Loading::LoadOptions::get_Conver...

    Aspose::Words::Loading::LoadOptions::get_ConvertShapeToOfficeMath method. Gets or sets whether To convert shapes with EquationXML To Office Math objects in C++....isConvertShapeToOffi ); auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Math shapes.docx" , loadOptions ); if ( isConvertShapeToOffi...

    reference.aspose.com/words/cpp/aspose.words.loa...
  10. RelativeHorizontalPosition enumeration | Aspose...

    aspose.words.drawing.RelativeHorizontalPosition enumeration. Specifies To what the horizontal position of a shape or text frame is relative.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert the image into the...

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