Sort Score
Result 10 results
Languages All
Labels All
Results 6,901 - 6,910 of 157,133 for

doc

(0.2 sec)
  1. FootnoteSeparatorType enumeration | Aspose.Word...

    Aspose.Words.Notes.FootnoteSeparatorType enumeration. Specifies the type of the footnote/endnote separator.... let doc = new aw . Document ( base ....docx" ); let endnoteSeparator = doc . footnoteSeparators . at ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. IStructuredDocumentTag.title property | Aspose....

    IStructuredDocumentTag.title property. Specifies the friendly name associated with this SDT... doc = aw . Document ( file_name =...structured document tag by Id. sdt = doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Table.StyleIdentifier | Aspose.Words for .NET

    Discover the Table StyleIdentifier property to easily manage locale-independent table styles, enhancing your data presentation effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Aspose::Words::Fonts::FontInfoCollection::get_E...

    Aspose::Words::Fonts::FontInfoCollection::get_EmbedSystemFonts method. Specifies whether or not to embed System fonts into the Document. Default value for this property is false. This option works only when EmbedTrueTypeFonts option is set to true in C++.... This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.fon...
  5. Aspose::Words::Saving::ImageSaveOptions::get_Sa...

    Aspose::Words::Saving::ImageSaveOptions::get_SaveFormat method. Specifies the format in which the rendered Document pages or shapes will be saved if this save options object is used. Can be a raster Tiff, Png, Bmp, Jpeg or vector Emf, Eps, WebP, Svg in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. PageSetup.sheetsPerBooklet property | Aspose.Wo...

    PageSetup.sheetsPerBooklet property. Returns or sets the number of pages to be included in each booklet.... let doc = new aw . Document (); // Insert...= new aw . DocumentBuilder ( doc ); builder . writeln ( "My Booklet:"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TextBox.VerticalAnchor | Aspose.Words for .NET

    Discover how the TextBox VerticalAnchor property enhances text alignment within shapes for improved design and readability in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::ParagraphFormat::get_FarEastLine...

    Aspose::Words::ParagraphFormat::get_FarEastLineBreakControl method. Gets or sets a flag indicating whether East Asian line-breaking rules are applied to the current paragraph in C++.... auto doc = MakeObject < Document > ( MyDir...< ParagraphFormat > format = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. ImageSaveOptions.tiffBinarizationMethod propert...

    ImageSaveOptions.tiffBinarizationMethod property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveOptions.saveFormat](../saveFormat/) is [SaveFormat.Tiff](../../../aspose.words/saveformat/#Tiff) and [ImageSaveOptions.tiffCompression](../tiffCompression/) is equal to [TiffCompression.Ccitt3](../../tiffcompression/#Ccitt3) or [TiffCompression.Ccitt4](../../tiffcompression/#Ccitt4).... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Lists::ListCollection::GetListBy...

    Aspose::Words::Lists::ListCollection::GetListByListId method. Gets a list by a list identifier in C++.... auto doc = MakeObject < Document > ();...lists = doc -> get_Lists (); ASPOSE_ASSERT_EQ ( doc , lists ->...

    reference.aspose.com/words/cpp/aspose.words.lis...