Sort Score
Result 10 results
Languages All
Labels All
Results 9,341 - 9,350 of 156,781 for

doc

(0.09 sec)
  1. Aspose::Words::Saving::DocSaveOptions::get_Save...

    Aspose::Words::Saving::DocSaveOptions::get_SavePictureBullet method. When false, PictureBullet data is not saved to output Document. Default value is true in C++.... auto doc = MakeObject < Document > ( MyDir...DocSaveOptions > ( SaveFormat :: Doc ); saveOptions -> set_SavePictureBullet...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. RowCollection | Aspose.Words for Java

    Provides typed access to a collection of Row nodes in Java.... Document doc = new Document(getMyDir() + "Tables...docx"); TableCollection tables = doc.getFirstSection().getBody().getTables();...

    reference.aspose.com/words/java/com.aspose.word...
  3. Font.hidden property | Aspose.Words for Node.js

    Font.hidden property. True if the font is formatted as hidden text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // With the Hidden flag set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PclSaveOptions.fallbackFontName property | Aspo...

    PclSaveOptions.fallbackFontName property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . name = "Non-existent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. OfficeMathDisplayType enumeration | Aspose.Word...

    Aspose.Words.Math.OfficeMathDisplayType enumeration. Specifies the display format type of the equation.... let doc = new aw . Document ( base ....math.docx" ); let officeMath = doc . getOfficeMath ( 0 , true );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Გადაიყვანეთ WORD Გამოსახულება Javascript

    გადაიყვანეთ WORD Გამოსახულება JavaScript ფორმატში კოდით. შეინახეთ WORD როგორც Გამოსახულება JavaScript....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document( "Input.docx"...

    products.aspose.com/words/ka/nodejs-net/convers...
  7. Გადაიყვანეთ WORD MARKDOWN Javascript

    გადაიყვანეთ WORD MARKDOWN JavaScript ფორმატში კოდით. შეინახეთ WORD როგორც MARKDOWN JavaScript....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) doc.save( "Output...

    products.aspose.com/words/ka/nodejs-net/convers...
  8. Გადაიყვანეთ WORD XPS Javascript

    გადაიყვანეთ WORD XPS JavaScript ფორმატში კოდით. შეინახეთ WORD როგორც XPS JavaScript....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) doc.save( "Output...

    products.aspose.com/words/ka/nodejs-net/convers...
  9. Aspose::Words::ImageWatermarkOptions::get_Scale...

    Aspose::Words::ImageWatermarkOptions::get_Scale method. Gets or sets the scale factor expressed as a fraction of the image. The default value is 0 - auto in C++.... auto doc = MakeObject < Document > ();...-> set_IsWashout ( false ); doc -> get_Watermark () -> SetImage...

    reference.aspose.com/words/cpp/aspose.words/ima...
  10. FieldCollection | Aspose.Words for Java

    A collection of Field objects that represents the fields in the specified range in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...

    reference.aspose.com/words/java/com.aspose.word...