Sort Score
Result 10 results
Languages All
Labels All
Results 5,531 - 5,540 of 92,601 for

doc

(0.11 sec)
  1. FieldAutoTextList.screen_tip property | Aspose....

    FieldAutoTextList.screen_tip property. Gets or sets the text of the ScreenTip to show....def field_auto_text_list (): doc = aw . Document () # Create a...populate it with auto text entries. doc . glossary_document = aw . buildingblocks...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words/com...
  3. The PdfFileSignature.save() is not thread-safe ...

    Hi team, We have encountered the issue when signing Digital Signature in Java by using PdfFileSignature.save() although we created the object for each thread. Below is the code and thread-dump: public byte[] signPdf(…...ByteArrayOutputStrea(); Document doc = null; PdfFileSignature signature... 100, 30); doc = new Document(pdfBytes); if (doc.isEncrypted())...

    forum.aspose.com/t/the-pdffilesignature-save-is...
  4. Aspose::Words::Lists::ListLevel::CreatePictureB...

    Aspose::Words::Lists::ListLevel::CreatePictureBullet method. Creates picture bullet shape for the current list level in C++.... auto doc = MakeObject < Document > ();...(); SharedPtr < List > list = doc -> get_Lists () -> Add ( ListTemplate...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. FieldIncludePicture.resize_horizontally propert...

    FieldIncludePicture.resize_horizontally property. Gets or sets whether to resize the picture horizontally from the source.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are two similar field types...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Section | Aspose.Words for Java

    Represents a single section in a Document in Java.... Document doc = new Document(); // A blank...document node with no children. doc.removeAllChildren(); // This...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::ControlChar::ColumnBreakChar fie...

    Aspose::Words::ControlChar::ColumnBreakChar field. End of column character: (char)14 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::PageBreakChar field...

    Aspose::Words::ControlChar::PageBreakChar field. Page break character: (char)12 or "\f" in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::Style::get_IsHeading method | As...

    Aspose::Words::Style::get_IsHeading method. True when the style is one of the built-in Heading styles in C++....auto doc = MakeObject < Document > (); ASSERT_EQ ( 4 , doc -> get_Styles...SharedPtr < Style >>> stylesEnum = doc -> get_Styles () -> GetEnumerator...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. C++ API to Export MD to WORDML | products.aspos...

    Convert MD to WORDML within C++ applications....convert the MD file format to DOC. This API provides a wide range...ability to convert MD files to DOC. The second step is to use Aspose...

    products.aspose.com/total/cpp/conversion/md-to-...