Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception setting "Alignment": "Cannot convert value "both" to type "Xceed.Words.NET.Alignment". Error: "Invalid cast
- from 'Alignment' to 'Xceed.Words.NET.Alignment'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordParagraph.ps1:585 char:9
- + $Paragraph.Alignment = $Alignment
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "Alignment": "Cannot convert value "center" to type "Xceed.Words.NET.Alignment". Error: "Invalid
- cast from 'Alignment' to 'Xceed.Words.NET.Alignment'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordParagraph.ps1:585 char:9
- + $Paragraph.Alignment = $Alignment
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "Alignment": "Cannot convert value "center" to type "Xceed.Words.NET.Alignment". Error: "Invalid
- cast from 'Alignment' to 'Xceed.Words.NET.Alignment'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordParagraph.ps1:585 char:9
- + $Paragraph.Alignment = $Alignment
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "Alignment": "Cannot convert value "center" to type "Xceed.Words.NET.Alignment". Error: "Invalid
- cast from 'Alignment' to 'Xceed.Words.NET.Alignment'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordParagraph.ps1:585 char:9
- + $Paragraph.Alignment = $Alignment
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Cannot convert argument "listType", with value: "Bulleted", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Bulleted" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertListAfterSelf" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:180 char:13
- + $data = $Paragraph.InsertListAfterSelf($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Cannot convert argument "listType", with value: "Bulleted", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Bulleted" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Cannot convert argument "listType", with value: "Bulleted", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Bulleted" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Cannot convert argument "listType", with value: "Bulleted", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Bulleted" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertListAfterSelf" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:180 char:13
- + $data = $Paragraph.InsertListAfterSelf($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "Alignment": "Cannot convert value "center" to type "Xceed.Words.NET.Alignment". Error: "Invalid
- cast from 'Alignment' to 'Xceed.Words.NET.Alignment'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordParagraph.ps1:585 char:9
- + $Paragraph.Alignment = $Alignment
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "Alignment": "Cannot convert value "center" to type "Xceed.Words.NET.Alignment". Error: "Invalid
- cast from 'Alignment' to 'Xceed.Words.NET.Alignment'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordParagraph.ps1:585 char:9
- + $Paragraph.Alignment = $Alignment
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Cannot convert argument "listType", with value: "Numbered", for "AddList" to type "Xceed.Words.NET.ListItemType":
- "Cannot convert value "Numbered" to type "Xceed.Words.NET.ListItemType". Error: "Invalid cast from 'ListItemType' to
- 'Xceed.Words.NET.ListItemType'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:205 char:9
- + $List = $WordDocument.AddList($Text, $ListLevel, $ListItemType, $StartNu ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
- Cannot index into a null array.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:206 char:9
- + $Paragraph = $List.Items[$List.Items.Count - 1]
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : NullArray
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:69
- + Write-Verbose "Add-WordListItem - ListType Value: $Text Name: $($List.GetTyp ...
- + ~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:211 char:105
- + ... - BaseType: $($List.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception calling "InsertList" with "1" argument(s): "Object reference not set to an instance of an object."
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:185 char:9
- + $data = $WordDocument.InsertList($List)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
- + FullyQualifiedErrorId : NullReferenceException
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:59
- + Write-Verbose "Add-WordListItem - Return Type Name: $($Data.GetType().Name) ...
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- You cannot call a method on a null-valued expression.
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordLists.ps1:187 char:95
- + ... - BaseType: $($Data.GetType().BaseType)"
- + ~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : InvalidOperation: (:) [], RuntimeException
- + FullyQualifiedErrorId : InvokeMethodOnNull
- Exception setting "Design": "Cannot convert value "ColorfulGridAccent5" to type "Xceed.Words.NET.TableDesign". Error:
- "Invalid cast from 'TableDesign' to 'Xceed.Words.NET.TableDesign'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:47 char:9
- + $Table.Design = $Design
- + ~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "AutoFit": "Cannot convert value "Window" to type "Xceed.Words.NET.AutoFit". Error: "Invalid cast
- from 'AutoFit' to 'Xceed.Words.NET.AutoFit'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSwordTableSettings.ps1:35 char:9
- + $Table.AutoFit = $AutoFit
- + ~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Exception setting "Alignment": "Cannot convert value "center" to type "Xceed.Words.NET.Alignment". Error: "Invalid
- cast from 'Alignment' to 'Xceed.Words.NET.Alignment'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordParagraph.ps1:585 char:9
- + $Paragraph.Alignment = $Alignment
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
- + FullyQualifiedErrorId : ExceptionWhenSetting
- Cannot convert argument "position", with value: "Bottom", for "AddLegend" to type
- "Xceed.Words.NET.ChartLegendPosition": "Cannot convert value "Bottom" to type "Xceed.Words.NET.ChartLegendPosition".
- Error: "Invalid cast from 'ChartLegendPosition' to 'Xceed.Words.NET.ChartLegendPosition'.""
- At C:\Program Files\WindowsPowerShell\Modules\PSWriteWord\Public\PSWordCharts.ps1:16 char:5
- + $chart.AddLegend($ChartLegendPosition, $ChartLegendOverlay)
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (:) [], MethodException
- + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement