Microsoft Office SharePoint Server
Knowledge Belongs to the World
Sunday, August 10, 2014
Insert blank space between text/image using OPXN XML SDK
Insert blank space between text/image using OPXN XML SDK
Run
run2 =
new
Run
();
Text
text2=
new
Text
() { Space =
SpaceProcessingModeValues
.Preserve };
text2.Text =
" "
;
run2.Append(text2);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment