CloudmersiveConvertModelFactory.DocxComment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxComment DocxComment(string author = default, string authorInitials = default, DateTime? commentDate = default, string commentText = default, bool? done = default, bool? isReply = default, bool? isTopLevel = default, string parentCommentPath = default, string path = default);
static member DocxComment : string * string * Nullable<DateTime> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * string -> Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxComment
Public Shared Function DocxComment (Optional author As String = Nothing, Optional authorInitials As String = Nothing, Optional commentDate As Nullable(Of DateTime) = Nothing, Optional commentText As String = Nothing, Optional done As Nullable(Of Boolean) = Nothing, Optional isReply As Nullable(Of Boolean) = Nothing, Optional isTopLevel As Nullable(Of Boolean) = Nothing, Optional parentCommentPath As String = Nothing, Optional path As String = Nothing) As DocxComment
Parameters
- author
- String
- authorInitials
- String
- commentText
- String
- parentCommentPath
- String
- path
- String