Aspose::Words::Story class. Base class for elements that contain block-level nodes Paragraph and Table. To learn more, visit the documentation article in C++.... This is an inline shape, // which has a parent...
Discover the Aspose.Words.CommentRangeStart class, marking comment-associated text regions for enhanced document management and editing efficiency.... CommentRangeStart is an inline-level node and can only be...
Aspose::Words::Fields::FieldShape class. Implements the SHAPE field. To learn more, visit the documentation article in C++....input document, // which is the inline canvas for the AutoShape. auto...
I have below code and it fails on line
le.Current = lc.GetEntity(para);
because lc.GetEntity(para) gets NULL value and it says parameter value can’t be null.
Could you please guide what is causing this to fail?
priva…...Paragraph nodes and certain inline nodes. If para is of a different...
I am using the below source code in order to identify any text boxes containing MergeField
Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)");
try {
// Find all text boxes containing merge fields
Docum…...document, checking if they are inline shapes (text boxes). It retrieves...
Aspose::Words::Fields::FieldStart class. Represents a start of a Word field in a document. To learn more, visit the documentation article in C++....() Remarks FieldStart is an inline-level node and represented...
aspose.words.Story class. Base class for elements that contain block-level nodes [Paragraph](../paragraph/) and [Table](../../aspose.words.tables/table/)... This is an inline shape, # which has a parent...
Discover the Aspose.Words.CommentRangeEnd class, marking the end of comment-associated text regions. Enhance document management with precise commenting!... CommentRangeEnd is an inline-level node and can only be...