Commit Graph

48 Commits

Author SHA1 Message Date
djankowski 462d384fbd LBColumn and Height methods for Word converter tool 2020-02-28 16:20:20 +00:00
jjenko 4c7d7b9621 B2019-169 Added a function with a try/catch to get top margin when saving a Word section. The function tries two ways to get the top margin before logging an error if not successful. 2019-11-08 19:35:50 +00:00
Rich 8471cfb899 B2019-108
Improved library for Word Content Import
Added Select Method to Range
Added [] to Paragraphs
Added ConvertToInlineShape method to Shape
Added ScaleHeight property to Shape
Added ScaleWidth property to Shape
2019-08-06 20:11:50 +00:00
Rich b43f4c711e Added methods and properties needed for Importing Word Content 2019-05-16 10:53:19 +00:00
Rich c973925790 Added Properties required for the Import of MSWord text. 2019-05-06 18:23:22 +00:00
jjenko 9355ead6ef B2018-028 MS Word2016 has a different value for the Vertical Position Relative to the Text Boundary than older version of Word. We now subtract the TopMargin the Page Setup from the Vertical Position Relative to the Page. 2018-02-19 17:04:27 +00:00
Rich cdb7521b01 Added Shape boolean property "LayoutInCell" 2017-01-25 18:41:22 +00:00
jjenko a055e76644 2016-04-05 17:56:06 +00:00
jjenko 77f655579a Added accessibility to MS Word functionality to page through, jump to next/previous text 2016-03-11 15:31:40 +00:00
jjenko 10607cce7d Added access to MSWord’s Tables 2014-05-09 19:11:37 +00:00
Kathy 03311ab658 Added an ‘InsertSymbol’ method for Word interface
Support for toggle of underlining for RO’s when used in Word documents
Fixed access of column mode for subsections
Improve table layout on screen (was overlaying table on text or another table)
Fixed problem where RNO text was printing past right margin. Print was using incorrect columnmode for subsection
2013-12-09 14:09:35 +00:00
Rich 4dc6ea49de Added methods to get/set document zoom. 2013-12-04 18:44:28 +00:00
Rich d056362081 Added logic to support reading a 64 bit registry from 32 bit code.
Fixed logic to check to see if MSWord 2007 has the addin installed for PDF Export
Added Unit RO support for MSWord Sections for U-Name, U-ID, U-Other Text, U-Other Number, U-Other Name, and U-OtherID
Fixed code to handle Library Documents being remove from a list.
Removed Debug Output
2013-11-14 16:20:08 +00:00
Rich b19ce7c128 Changed generic ExportAsFixedFormat back to be generic and use the default value of UseISO19005_1.
Created a new version of ExportAsFixedFormat that takes a parameter DebugStatus to set UseISO19005_1.
Added logic to handle setting UseISO19005_1 when creating a PDF from an MSWord Section.
2013-11-07 21:42:56 +00:00
Kathy cc60d4ff46 fixed xy plot that was exported as a black box (background was black rather than transparent). 2013-10-24 16:21:12 +00:00
Rich 3029c35edf Added Error Log output when generating PDF from MSWord 2007.
Changed logic to do an integer rather than a float comparison to determine when the version is MSWord 2007 (12.0).
2013-10-17 16:42:08 +00:00
Rich 4abeb80fb4 When an MSWord section is edited, the PDF created should embed all fonts that are used.
When formats are updated, the Date/Time stamp for the Format record should be set to the Date/Time stamp of the format file.
2013-10-04 20:29:22 +00:00
Rich 928c390c42 Change code that documents when a SQL script is run to record it as info rather than error.
When a PDF is created from MSWord, PROMS checks to see if an addin is loaded for MSWord 2007.  The registry key has been changed to be generically applicable to multiple operating systems.  Specifically this will now work for MSWord 2007 on Windows 7.
2013-09-25 15:56:53 +00:00
Rich 3e1d22674c Added logic so that MSWord 2010 and beyond uses the internal export to PDF function.
Added logic to handle errors when a document is closed.  The code will attempt to do a close 10 times.  If it fails ten times, it will document the exception and continue.
If an exception occurs when an MSWord section is being saved, a message will be displayed that will document the error.
2013-09-18 16:42:30 +00:00
jjenko 06990b5c13 added access to MSWord’s ShowRevisionsAndComments as well as
RevisionView
When we generate the PDFs for Word Attachments, we now for Word to print with ShowRevisionsAndComments set to False, and RevisionView set to ViewFinal (instead ViewFinalWithMarkups)
2013-05-10 19:20:43 +00:00
jjenko 262a8c3ad3 Added underline to the LBFontClass
Added logic to support using underbars to turn underlining on/off – only implemented in X/Y Plot RO’s for now
2013-04-23 19:00:33 +00:00
Rich 4abaceac23 Corrected comment
Added Ordinal to vefn_SiblingItems
Added Stored Procedure vesp_SortProcedures to sort procedures within a DocVersion
Added Error Handler in Range.Text
Corrected logic in FindRO to return a null when an RO is not found.
2013-02-28 15:47:52 +00:00
Rich 6e082b3076 Fixed MSWord Symbol fonts 2012-10-10 19:10:45 +00:00
Rich 7f5702698a Fix logic that looks at symbol characters in non-symbol fonts 2012-06-04 14:58:37 +00:00
Rich 1f9f65ae18 Don't create audit if only DTS changes for an item
Outlook Library
2012-04-26 22:01:40 +00:00
Rich 0b0e62a2d7 Log Symbols being used in MSWord Documents
Improve Performance by not loading all ROImages into memory
2012-04-11 15:45:46 +00:00
Rich e01c1c387b Speed-up code to find symbol characters
Refresh DSOFramer screen on open
2012-04-10 19:15:34 +00:00
Kathy 161bb92059 2011-06-16 10:25:28 +00:00
Rich bb3844538c - Added tools to find Symbol Characters in Word Documents
- If the range does not have any characters return an empty string
Refresh Most Recent Items when the office button is pressed
Added OrdinalChanged Event
Used OrdinalChanged Event rather than MyContent.Changed Event when Ordinal is updated.
Use OrdinalChanged Event to update Tree Node
Refresh MRU list as items are added
Use OrdinalChanged Event to update Step Tab
- RTBFillIn changed to only update the RTB when the contents change
- AdjustSizeForContents changed to raise the HeightChanged event when the Height changes
Update the treeview tabs even if the step is not open.
2010-12-01 20:03:06 +00:00
Rich 9de2eb9d9a Added other symbol font names (Symbol, VESymb) to IsSymbolFont.
Check for null mySection before checking details on a new node.
Error 177 - Hidden property added to use for collapse rather than Visible.
Error 173 - Use DeleteItemInfoAndChildren on Cancel of a new ItemInfo.
2010-11-29 16:31:41 +00:00
Kathy ecf6b5bfd1 2010-11-23 14:42:02 +00:00
Rich 90a7a6dbc0 - Added code to handle missing A0 Section Transitions
- Added code to handle "AND Range" transitions
- Fixed code to replace transition tokens.  It was removing the last character.
Added Background Saving
2010-09-06 19:31:52 +00:00
jjenko f91459b9f0 2010-08-12 16:02:05 +00:00
jjenko 58c3e92f1c 2010-07-20 14:05:47 +00:00
jjenko 7108411a49 2010-06-23 18:13:03 +00:00
Rich b4cb2a0def Added Name property for font
Added logic to keep appropriate symbols in word files
2010-04-22 17:30:15 +00:00
Rich 2c14e4113b Added Error Handling code
Added a new parameter to SaveSectionDocument and Error Handling
Changed error handling for InvokeMember to throw an exception
Added code to change the view to PrintMode when determining length
2010-04-21 20:55:28 +00:00
Rich 88fcff5852 New LBDocumentClass Properties:
string Ascii - Ascii of the entire document text - used for searching
bool HasSymbolCharacters - Looks for symbol characters in the text
Method
ReplaceSymbolCharacters - Replaces any symbol characters with standard characters.
2010-04-08 17:42:14 +00:00
Rich b4df2076d3 Code to Determine that the last character was Uppercase 2010-03-25 19:27:30 +00:00
Rich 8dba8a3767 New Properties 2010-03-25 19:26:59 +00:00
Rich 710cfee31d Added properties and methods 2010-02-02 20:50:34 +00:00
Rich 6d298bfbfd Added New Word Properties and Methods 2009-12-07 15:52:32 +00:00
Rich c5c4d6006b Added PDF Generation Code 2009-11-04 17:16:26 +00:00
jjenko 3420fe1889 2009-03-30 15:05:59 +00:00
jjenko b24348e769 2009-03-30 15:02:32 +00:00
jjenko 4391cb0d53 2009-03-30 15:01:44 +00:00
jjenko 125f43d79d 2009-03-30 14:58:44 +00:00
jjenko 33efb6ab86 2009-03-30 14:55:42 +00:00