Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 157,127 for

doc

(0.07 sec)
  1. Aspose::Words::Fonts::FontSubstitutionSettings:...

    Aspose::Words::Fonts::FontSubstitutionSettings::get_DefaultFontSubstitution method. Settings related to default font substitution rule in C++.... auto doc = MakeObject < Document > ();...MakeObject < FontSettings > (); doc -> set_FontSettings ( fontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties::AddLinkToContent method. Creates a new linked to content custom Document property in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> StartBookmark (...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. BorderCollection.Count | Aspose.Words for .NET

    Discover the BorderCollection Count property to easily access the total number of borders, enhancing your design flexibility and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Paragraph...

    reference.aspose.com/words/net/aspose.words/bor...
  4. PlainTextDocument.custom_document_properties pr...

    PlainTextDocument.custom_Document_properties property. Gets [PlainTextDocument.custom_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . c...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::PageSetup::get_BorderSurroundsFo...

    Aspose::Words::PageSetup::get_BorderSurroundsFooter method. Specifies whether the page border includes or excludes the footer in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportFontsAsBase64 method. Specifies whether fonts resources should be embedded to HTML in Base64 encoding. Default is false in C++.... auto doc = MakeObject < Document > ( MyDir...-> set_PrettyFormat ( true ); doc -> Save ( ArtifactsDir + u "HtmlSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_IsLinked method. Gets or sets whether to reduce the file size by not storing graphics data with the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two similar field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Fields::FieldImport::get_SourceF...

    Aspose::Words::Fields::FieldImport::get_SourceFullName method. Gets or sets the location of the picture in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two similar field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_ResizeHorizontally method. Gets or sets whether to resize the picture horizontally from the source in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two similar field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Fill | Aspose.Words for Java

    Represents fill formatting for an object in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Write some text, and then...

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