API Reference
Command
Get-OfficeWordDatePicker
Gets date picker content controls from a Word document.
Remarks
Gets date picker content controls from a Word document.
Examples
List date picker controls.
PS>Get-OfficeWordDatePicker -Path .\Report.docx
Returns all date picker controls in the document.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-OfficeWordDatePicker [-Alias <String[]>] -InputPath <String> [-Tag <String[]>] [<CommonParameters>]#Parameter set:
PathParameters
- Alias String[]
- Filter by date picker alias (wildcards supported).
- InputPath String
- Path to the .docx file.
- Tag String[]
- Filter by date picker tag (wildcards supported).
Outputs
OfficeIMO.Word.WordDatePicker
Get-OfficeWordDatePicker [-Alias <String[]>] -Document <WordDocument> [-Tag <String[]>] [<CommonParameters>]#Parameter set:
DocumentParameters
- Alias String[]
- Filter by date picker alias (wildcards supported).
- Document WordDocument
- Word document to read.
- Tag String[]
- Filter by date picker tag (wildcards supported).
Outputs
OfficeIMO.Word.WordDatePicker